diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 22:40:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 22:40:03 +0000 |
commit | 86589ecd1cdef61962d16789b73601f3657bc9da (patch) | |
tree | 0b24bf09e619df8189a05a37408197d1afa7bb64 /devel/g-wrap | |
parent | ea25dbefac7048bf98540d1069b426c4420df190 (diff) | |
download | ports-86589ecd1cdef61962d16789b73601f3657bc9da.tar.gz ports-86589ecd1cdef61962d16789b73601f3657bc9da.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 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 |