diff options
author | Cy Schubert <cy@FreeBSD.org> | 2008-01-06 14:53:30 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2008-01-06 14:53:30 +0000 |
commit | 348ae1db44901d850fe9e827ae6443c69a183f18 (patch) | |
tree | 08c38b9281f1ba84d677519a78f1ddb921d70cb0 /security/krb5-16 | |
parent | Update to OOH680_m1 (from 2.4.0 release branch). (diff) |
Fix pkinit install brokenness under 5.5 and 6.2.
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=205104
Diffstat (limited to 'security/krb5-16')
-rw-r--r-- | security/krb5-16/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index cfa3cb616930..118709df5859 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -7,7 +7,7 @@ PORTNAME= krb5 PORTVERSION= 1.6.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed @@ -18,13 +18,12 @@ COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -BROKEN= fails to install - CONFLICTS= krb4-[0-9]* heimdal-[0-9]* srp-[0-9]* LATEST_LINK= ${PORTNAME} KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_OPENSSL= yes +WITH_OPENSSL_PORT= yes USE_GMAKE= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes @@ -80,9 +79,7 @@ HTML_DOCS= ftp.html kdestroy.html kinit.html klist.html \ .include <bsd.port.pre.mk> -.if defined(OPENSSL_INSTALLED) CONFIGURE_ARGS+= CPPFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" -.endif post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz |