diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-04 17:48:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-04 17:48:26 +0000 |
commit | 4ff7088c7ee7f8c54283c3d225f5a2a50442d7aa (patch) | |
tree | f7f492cfcd219a3f73537dcacfb339a950bdb93c | |
parent | Upgrade to 20030303. (diff) |
* Fix some GNOMNG typos
* Add a missing guile-gtk dependency
* De-pkg-comment
PR: 48925
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes
Notes:
svn path=/head/; revision=76860
-rw-r--r-- | devel/g-wrap/Makefile | 12 | ||||
-rw-r--r-- | devel/g-wrap/pkg-comment | 1 |
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 |