diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /security/shishi | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip |
Notes
Diffstat (limited to 'security/shishi')
-rw-r--r-- | security/shishi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index acb123d886c2..98a4667bd089 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -8,17 +8,18 @@ PORTNAME= shishi PORTVERSION= 0.0.14 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - idn.12:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.12:${PORTSDIR}/devel/libidn \ tasn1.2:${PORTSDIR}/security/libtasn1 USE_PERL5_BUILD= yes +USE_GETTEXT= yes USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |