diff options
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f94df7bd884a..d0c493ee2a6f 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -15,7 +15,7 @@ PORTVERSION= 0.9.7g PORTREVISION?= 0 .else PORTVERSION= 0.9.8 -PORTREVISION?= 0 +PORTREVISION?= 1 .endif .endif CATEGORIES= security devel @@ -52,15 +52,16 @@ OPENSSL_SHLIBVER?= 4 NO_LATEST_LINK= yes .else CONFLICTS?= openssl-beta-0.* -OPENSSL_SHLIBVER?= 3 .endif .if defined(WITH_OPENSSL_097) PLIST_SUB+= OPENSSL_BETA="@comment " PLIST_SUB+= OPENSSL_STABLE="" +OPENSSL_SHLIBVER?= 3 .else PATCHDIR= ${MASTERDIR}/files-beta PLIST_SUB+= OPENSSL_BETA="" PLIST_SUB+= OPENSSL_STABLE="@comment " +OPENSSL_SHLIBVER?= 4 .endif MAKE_ENV+= MANPREFIX=${MANPREFIX} |