diff options
author | cy <cy@FreeBSD.org> | 2011-01-18 23:07:56 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-01-18 23:07:56 +0800 |
commit | 124753832fc11cfecb62b9694523324a85e57393 (patch) | |
tree | c17afd4786fac03d249c4ab8cfee19af59fee905 /security/krb5-appl | |
parent | daa7401374ce569f65ade9a570d8b59d08814ae0 (diff) | |
download | freebsd-ports-gnome-124753832fc11cfecb62b9694523324a85e57393.tar.gz freebsd-ports-gnome-124753832fc11cfecb62b9694523324a85e57393.tar.zst freebsd-ports-gnome-124753832fc11cfecb62b9694523324a85e57393.zip |
Remove the OpenSSL port requirement. The base OpenSSL will work too.
Feature safe: yes
Diffstat (limited to 'security/krb5-appl')
-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 |