diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-23 21:14:58 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-23 21:14:58 +0000 |
commit | 8ef49864d8d373a823f5670ec7a54494104eef99 (patch) | |
tree | 709b4476e4e134c8cd066eca5ff165708609f213 /security/openssl | |
parent | 1a8959d0efd313f8993462f373aa46df4b818a13 (diff) | |
download | FreeBSD-ports-8ef49864d8d373a823f5670ec7a54494104eef99.zip FreeBSD-ports-8ef49864d8d373a823f5670ec7a54494104eef99.tar.gz |
Remove FORBIDDEN, oenssl-0.9.6d doesn't made in into 4.6 RELEASE
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 18badc7..c839007 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -16,9 +16,6 @@ MASTER_SITES= http://www.openssl.org/source/ \ MAINTAINER= dinoex@FreeBSD.org .include <bsd.port.pre.mk> -.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 460000 -FORBIDDEN= "OpenSSL is already in the base system" -.endif .if ${PORTOBJFORMAT} == "aout" MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=-Bforcearchive |