aboutsummaryrefslogtreecommitdiff
path: root/devel/g-wrap
diff options
context:
space:
mode:
Diffstat (limited to 'devel/g-wrap')
-rw-r--r--devel/g-wrap/Makefile12
-rw-r--r--devel/g-wrap/pkg-comment1
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index 2a5ebb0e5c6d..3df631d70698 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -8,21 +8,25 @@
PORTNAME= g-wrap
PORTVERSION= 1.3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \
http://people.freebsd.org/~sobomax/
MAINTAINER= gnome@FreeBSD.org
+COMMENT= A tool for exporting C libraries into Scheme interpreters
BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \
+ guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
USE_LIBTOOL= yes
USE_GMAKE= yes
-USE_GNOMNG= gtk12
+USE_GNOMENG= yes
+USE_GNOME= gtk12
INSTALLS_SHLIB= yes
-MAKE_ENV= GUILE_LOAD_PATH=${WRKSRC}
+CONFIGURE_ENV+= GW_GLIB_CONFIG="${GLIB_CONFIG}"
+MAKE_ENV+= GUILE_LOAD_PATH=${WRKSRC}
.include <bsd.port.mk>
diff --git a/devel/g-wrap/pkg-comment b/devel/g-wrap/pkg-comment
deleted file mode 100644
index 0ec2b739cac1..000000000000
--- a/devel/g-wrap/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A tool for exporting C libraries into Scheme interpreters