diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-05 01:48:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-05 01:48:26 +0800 |
commit | 9113de964199fa815409217af91e8028dbefe0c4 (patch) | |
tree | c9022d42e5de2bc87dc055eb7880675183b25b4f | |
parent | db4a2ac60020cc59067854cecf04215759179e62 (diff) | |
download | freebsd-ports-gnome-9113de964199fa815409217af91e8028dbefe0c4.tar.gz freebsd-ports-gnome-9113de964199fa815409217af91e8028dbefe0c4.tar.zst freebsd-ports-gnome-9113de964199fa815409217af91e8028dbefe0c4.zip |
* 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>
-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 |