aboutsummaryrefslogtreecommitdiff
path: root/devel/g-wrap
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-17 18:59:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-17 18:59:28 +0000
commit9aa335c59117e341e8be22bacd68f87c5f5b5b61 (patch)
treebff1b33610b45fd0b9bdd9b667291de2c45f1b2e /devel/g-wrap
parent479a4916b9f61e752f41d87d92b8e083e2596dd0 (diff)
downloadports-9aa335c59117e341e8be22bacd68f87c5f5b5b61.tar.gz
ports-9aa335c59117e341e8be22bacd68f87c5f5b5b61.zip
${LOCALBASE}/share/guile/slib/slibcat doesn't exist. The slib-guile port
installs ${LOCALBASE}/share/guile/slibcat.
Notes
Notes: svn path=/head/; revision=96081
Diffstat (limited to 'devel/g-wrap')
-rw-r--r--devel/g-wrap/Makefile2
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}