diff options
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} |