diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-22 16:04:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-22 16:04:11 +0000 |
commit | 13c0f276050af12993dbcdf0f2c276d70b2ad751 (patch) | |
tree | cb8ac7f48c174332248e1467018137acf40d1173 /devel/g-wrap | |
parent | 1fe364400380af2bf36b77f3f8042eb2e67e1c94 (diff) | |
download | ports-13c0f276050af12993dbcdf0f2c276d70b2ad751.tar.gz ports-13c0f276050af12993dbcdf0f2c276d70b2ad751.zip |
Notes
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 9953b8cb285a..db085c2ef165 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -8,7 +8,7 @@ PORTNAME= g-wrap PORTVERSION= 1.9.6 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= devel scheme MASTER_SITES= SAVANNAH @@ -16,9 +16,9 @@ MASTER_SITES= SAVANNAH MAINTAINER= gnome@FreeBSD.org COMMENT= A tool for exporting C libraries into Scheme interpreters -BUILD_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ +BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ slib-guile>0:${PORTSDIR}/lang/slib-guile -RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ +RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ slib-guile>0:${PORTSDIR}/lang/slib-guile INFO= g-wrap |