From 4ff7088c7ee7f8c54283c3d225f5a2a50442d7aa Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 4 Mar 2003 17:48:26 +0000 Subject: * Fix some GNOMNG typos * Add a missing guile-gtk dependency * De-pkg-comment PR: 48925 Submitted by: Volker Stolz --- devel/g-wrap/Makefile | 12 ++++++++---- devel/g-wrap/pkg-comment | 1 - 2 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 devel/g-wrap/pkg-comment (limited to 'devel/g-wrap') 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 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 -- cgit v1.2.3