diff options
author | johans <johans@FreeBSD.org> | 2010-04-11 05:44:03 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2010-04-11 05:44:03 +0800 |
commit | b18118f73fbc8a938fa4df8387637924d03367b7 (patch) | |
tree | 24a0f1f9e83860aee92d7227fc84f7856a00a0a9 /security | |
parent | 7ad40372507010e75007d7e81df65769160ba666 (diff) | |
download | freebsd-ports-gnome-b18118f73fbc8a938fa4df8387637924d03367b7.tar.gz freebsd-ports-gnome-b18118f73fbc8a938fa4df8387637924d03367b7.tar.zst freebsd-ports-gnome-b18118f73fbc8a938fa4df8387637924d03367b7.zip |
Add forgotten dependency on gnutls
Diffstat (limited to 'security')
-rw-r--r-- | security/shishi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index ed2e7acfaf1d..b4c77499f861 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -8,6 +8,7 @@ PORTNAME= shishi PORTVERSION= 0.0.43 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,8 @@ COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ tasn1.4:${PORTSDIR}/security/libtasn1 \ - gcrypt.16:${PORTSDIR}/security/libgcrypt + gcrypt.16:${PORTSDIR}/security/libgcrypt \ + gnutls.40:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool:22 USE_PERL5_BUILD= yes |