diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-01-18 15:07:56 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-01-18 15:07:56 +0000 |
commit | 186a989ba99d856bce7f020c538d05c9bb352c61 (patch) | |
tree | a4835b54633943db863a52bc700c4eded7a55ad7 /security/krb5-appl/Makefile | |
parent | 014b74a00afd0c09c8f2db2e91f4f15a402b4e35 (diff) |
Notes
Diffstat (limited to 'security/krb5-appl/Makefile')
-rw-r--r-- | security/krb5-appl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 13adf2391842..38f8a9add953 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -7,6 +7,7 @@ PORTNAME= krb5-appl PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PATCH_SITES= http://web.mit.edu/kerberos/advisories/ @@ -26,7 +27,6 @@ CONFLICTS= krb4-[0-9]* krb5-1.[0-7].* heimdal-[0-9]* srp-[0-9]* LATEST_LINK= ${PORTNAME}-1 KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_OPENSSL= yes -WITH_OPENSSL_PORT= yes USE_GMAKE= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes |