summaryrefslogtreecommitdiff
path: root/devel/g-wrap
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-14 22:40:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-14 22:40:03 +0000
commit86589ecd1cdef61962d16789b73601f3657bc9da (patch)
tree0b24bf09e619df8189a05a37408197d1afa7bb64 /devel/g-wrap
parentAdd freetxl, a unique programming language specifically designed to support (diff)
- Fix dependency on slib-guile
Pointy hat to: pav
Notes
Notes: svn path=/head/; revision=95818
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 f68c5f6305f3..e3919077783a 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}/devel/slib-guile
+BUILD_DEPENDS= ${LOCALBASE}/share/guile/slib/slibcat:${PORTSDIR}/lang/slib-guile
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib