diff options
Diffstat (limited to 'net-p2p/gnunet/Makefile')
-rw-r--r-- | net-p2p/gnunet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 23b2b9602e2f..891421d4c8db 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.6.6b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p ipv6 MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \ ${MASTER_SITE_GNU} @@ -80,7 +80,7 @@ PLIST_SUB+= WITH_IPV6="@comment " .endif .if defined(WITH_GUILE) -LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --enable-guile MAN1+= gnunet-download-manager.1 PLIST_SUB+= WITH_GUILE="" |