aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-10-04 07:35:07 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-10-04 07:35:07 +0000
commit1114c10fefec582201e6a5a6510e2576039d5cda (patch)
treec7f79a9a69dfe9bce3c376252ca9e8469f48dd50 /security
parentec435990ef6701e88bb8e9cc6ec40b554ddd372a (diff)
downloadports-1114c10fefec582201e6a5a6510e2576039d5cda.tar.gz
ports-1114c10fefec582201e6a5a6510e2576039d5cda.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile5
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}