diff options
author | ahze <ahze@FreeBSD.org> | 2006-10-23 20:33:38 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-10-23 20:33:38 +0800 |
commit | f0f15155ab055e0faf8cdd2003498309cc0a2720 (patch) | |
tree | 831fe9fb37ea6f30bfd86d63248a46d3adb5f287 /devel/g-wrap | |
parent | 328d48f6f065a1d9108a09cce98f78a2e57977ca (diff) | |
download | freebsd-ports-gnome-f0f15155ab055e0faf8cdd2003498309cc0a2720.tar.gz freebsd-ports-gnome-f0f15155ab055e0faf8cdd2003498309cc0a2720.tar.zst freebsd-ports-gnome-f0f15155ab055e0faf8cdd2003498309cc0a2720.zip |
- don't back down so far that slib-guile doesn't work anymore.
Approved by: portmgr (marcus)
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 68d98adf0478..51065197e73f 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -17,10 +17,10 @@ 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/slibcat:${PORTSDIR}/lang/slib-guile +BUILD_DEPENDS= ${LOCALBASE}/share/guile/1.6/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/guile/slibcat:${PORTSDIR}/lang/slib-guile +RUN_DEPENDS= ${LOCALBASE}/share/guile/1.6/slibcat:${PORTSDIR}/lang/slib-guile INFO= g-wrap |