aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-12-18 02:59:28 +0800
committermarcus <marcus@FreeBSD.org>2003-12-18 02:59:28 +0800
commit5cc08832e73efce3d58d126d2f07ace87dffdaf5 (patch)
tree8b7c6858eeaa50706fc0bd7e5d49592186485081 /devel
parente7228382b7feb8c94d709de5bae20040e046573e (diff)
downloadfreebsd-ports-gnome-5cc08832e73efce3d58d126d2f07ace87dffdaf5.tar.gz
freebsd-ports-gnome-5cc08832e73efce3d58d126d2f07ace87dffdaf5.tar.zst
freebsd-ports-gnome-5cc08832e73efce3d58d126d2f07ace87dffdaf5.zip
${LOCALBASE}/share/guile/slib/slibcat doesn't exist. The slib-guile port
installs ${LOCALBASE}/share/guile/slibcat.
Diffstat (limited to 'devel')
-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}