diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-09-04 02:53:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-09-04 02:53:44 +0800 |
commit | 5deb479bdc5d4d852b2f883018ca66843a1c4221 (patch) | |
tree | 8ec7d9d346affd9ae3e83ddad5f09c708f361942 | |
parent | c34e81afc0a995a48636825511df0f1bcaa44d79 (diff) | |
download | freebsd-ports-gnome-5deb479bdc5d4d852b2f883018ca66843a1c4221.tar.gz freebsd-ports-gnome-5deb479bdc5d4d852b2f883018ca66843a1c4221.tar.zst freebsd-ports-gnome-5deb479bdc5d4d852b2f883018ca66843a1c4221.zip |
Allow to build libcrypto.so.2 for 4.0, 4,1 and 4.2 RELEASE
so dependent ports can build correctly.
-rw-r--r-- | security/openssl-beta/Makefile | 2 | ||||
-rw-r--r-- | security/openssl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index beeb3c63b38b..a10932ada9b5 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://www.openssl.org/source/ \ MAINTAINER= ports@FreeBSD.org .include <bsd.port.pre.mk> -.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 400014 +.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 430000 FORBIDDEN= "OpenSSL is already in the base system" .endif diff --git a/security/openssl/Makefile b/security/openssl/Makefile index beeb3c63b38b..a10932ada9b5 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://www.openssl.org/source/ \ MAINTAINER= ports@FreeBSD.org .include <bsd.port.pre.mk> -.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 400014 +.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 430000 FORBIDDEN= "OpenSSL is already in the base system" .endif |