diff options
author | pav <pav@FreeBSD.org> | 2003-12-15 06:40:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-15 06:40:03 +0800 |
commit | b2da7994c5d4e7493c7792e09455220456f13c19 (patch) | |
tree | dca1e9cc5302148bd6e99889b77a31dd358c2fe1 /devel | |
parent | 469ce95709ca65ff943d6e1c1789f3c34b858b24 (diff) | |
download | freebsd-ports-gnome-b2da7994c5d4e7493c7792e09455220456f13c19.tar.gz freebsd-ports-gnome-b2da7994c5d4e7493c7792e09455220456f13c19.tar.zst freebsd-ports-gnome-b2da7994c5d4e7493c7792e09455220456f13c19.zip |
- Fix dependency on slib-guile
Pointy hat to: pav
Diffstat (limited to 'devel')
-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 |