aboutsummaryrefslogtreecommitdiffstats
path: root/devel/g-wrap/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-31 17:37:50 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-31 17:37:50 +0800
commit75ab8b697b0e34f9848539d1af91c96094d5fb85 (patch)
tree92e7283b25a2a8a9eb84ec163ad83decd587d234 /devel/g-wrap/Makefile
parentbec01331d9cf645a0794d4955934a157f6c7e156 (diff)
downloadfreebsd-ports-gnome-75ab8b697b0e34f9848539d1af91c96094d5fb85.tar.gz
freebsd-ports-gnome-75ab8b697b0e34f9848539d1af91c96094d5fb85.tar.zst
freebsd-ports-gnome-75ab8b697b0e34f9848539d1af91c96094d5fb85.zip
Update to 1.1.9.
Diffstat (limited to 'devel/g-wrap/Makefile')
-rw-r--r--devel/g-wrap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index e4db8d62a8fe..2361df0b9c60 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -7,15 +7,18 @@
#
PORTNAME= g-wrap
-PORTVERSION= 0.9.12
+PORTVERSION= 1.1.9
CATEGORIES= devel
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/
MAINTAINER= gnome@FreeBSD.org
+BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
+RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
+MAKE_ENV= GUILE_LOAD_PATH=${WRKSRC}
.include <bsd.port.mk>