Add BZ URL.

This commit is contained in:
ajacoutot 2014-03-23 07:08:09 +00:00
parent 39a66e4bf7
commit 9dd4d8176d
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2014/01/21 09:49:38 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2014/03/23 07:08:09 ajacoutot Exp $
COMMENT= modern 3D graphics API
@ -27,6 +27,7 @@ CONFIGURE_ARGS= --with-gl-libname=libGL.so \
TEST_DEPENDS= shells/bash
TEST_IS_INTERACTIVE= x11
# https://bugzilla.gnome.org/show_bug.cgi?id=726910
pre-configure:
perl -pi -e 's,/bin/bash,${LOCALBASE}/bin/bash,' \
${WRKSRC}/tests/run-tests.sh

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2014/03/20 21:10:20 jasper Exp $
# $OpenBSD: Makefile,v 1.57 2014/03/23 07:11:21 ajacoutot Exp $
COMMENT= flexible communications framework, glib bindings
@ -17,6 +17,7 @@ MODULES= devel/gettext \
lang/python
MODPY_RUNDEP= No
# https://bugs.freedesktop.org/show_bug.cgi?id=76495
MODPY_ADJ_FILES= tests/all-errors-documented.py
BUILD_DEPENDS= devel/gobject-introspection>=1.30.0 \