diff options
author | krion <krion@FreeBSD.org> | 2004-02-29 22:30:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-29 22:30:47 +0800 |
commit | 7f6cabd3a45c7158d973a3ab76867ebf57282135 (patch) | |
tree | b36a785ea10505e89d029e83a4fe0aedb4b5164b /security/shishi | |
parent | eae58f9191577faee7a61bace6f8ca8f48451481 (diff) | |
download | freebsd-ports-gnome-7f6cabd3a45c7158d973a3ab76867ebf57282135.tar.gz freebsd-ports-gnome-7f6cabd3a45c7158d973a3ab76867ebf57282135.tar.zst freebsd-ports-gnome-7f6cabd3a45c7158d973a3ab76867ebf57282135.zip |
- Chase libraries for new libidn version
Diffstat (limited to 'security/shishi')
-rw-r--r-- | security/shishi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 98a4667bd089..27b4194e21f7 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system -LIB_DEPENDS= idn.12:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn \ tasn1.2:${PORTSDIR}/security/libtasn1 USE_PERL5_BUILD= yes |