diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-31 19:54:56 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-31 19:54:56 +0000 |
commit | 3cbd40596a552330f59d0dcfc11ec33e75269c4d (patch) | |
tree | dc9cf00ffff2f39f71282d9951384bdd83e43cef /security/openssl-beta | |
parent | 7059b15a82a3eb188d2bc1a040d4af21891944f0 (diff) | |
download | FreeBSD-ports-3cbd40596a552330f59d0dcfc11ec33e75269c4d.zip FreeBSD-ports-3cbd40596a552330f59d0dcfc11ec33e75269c4d.tar.gz |
- Fix CURRENT version bump in openssl, so ports link as expected.
Diffstat (limited to 'security/openssl-beta')
-rw-r--r-- | security/openssl-beta/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index e15c2df..3abdf09 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssl PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ @@ -34,7 +35,11 @@ PLIST_SUB+= SHARED="@comment " .else PLIST_SUB+= SHARED="" ALL_TARGET= freebsd-shared all +.if exists(/usr/lib/libcrypto.so.3) +SHLIBVER= 4 +.else SHLIBVER= 3 +.endif MAKE_ENV+= SHLIBVER=${SHLIBVER} PLIST_SUB+= SHLIBVER=${SHLIBVER} INSTALLS_SHLIB= yes |