From 124753832fc11cfecb62b9694523324a85e57393 Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 18 Jan 2011 15:07:56 +0000 Subject: Remove the OpenSSL port requirement. The base OpenSSL will work too. Feature safe: yes --- security/krb5-appl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/krb5-appl') 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 -- cgit