diff options
Diffstat (limited to 'net/sixxs-aiccu/Makefile')
-rw-r--r-- | net/sixxs-aiccu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 4e38544b18a6..8584dd0a263c 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -3,7 +3,7 @@ PORTNAME= aiccu PORTVERSION= 20070115 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net ipv6 MASTER_SITES= http://www.sixxs.net/archive/sixxs/aiccu/unix/ PKGNAMEPREFIX= sixxs- @@ -34,7 +34,7 @@ OPTIONS_DEFAULT+= GNUTLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= libgnutls-openssl.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls CFLAGS+= -DAICCU_GNUTLS LDFLAGS+= -lgnutls .endif |