diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-17 18:59:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-17 18:59:28 +0000 |
commit | 9aa335c59117e341e8be22bacd68f87c5f5b5b61 (patch) | |
tree | bff1b33610b45fd0b9bdd9b667291de2c45f1b2e /devel/g-wrap | |
parent | 479a4916b9f61e752f41d87d92b8e083e2596dd0 (diff) | |
download | ports-9aa335c59117e341e8be22bacd68f87c5f5b5b61.tar.gz ports-9aa335c59117e341e8be22bacd68f87c5f5b5b61.zip |
Notes
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index c13c6b53e6d7..f3c964976b63 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \ MAINTAINER= gnome@FreeBSD.org COMMENT= A tool for exporting C libraries into Scheme interpreters -BUILD_DEPENDS= ${LOCALBASE}/share/guile/slib/slibcat:${PORTSDIR}/lang/slib-guile +BUILD_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk RUN_DEPENDS= ${BUILD_DEPENDS} |