diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-04 07:35:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-04 07:35:07 +0000 |
commit | 1114c10fefec582201e6a5a6510e2576039d5cda (patch) | |
tree | c7f79a9a69dfe9bce3c376252ca9e8469f48dd50 /security | |
parent | ec435990ef6701e88bb8e9cc6ec40b554ddd372a (diff) | |
download | ports-1114c10fefec582201e6a5a6510e2576039d5cda.tar.gz ports-1114c10fefec582201e6a5a6510e2576039d5cda.zip |
Notes
Diffstat (limited to 'security')
-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} |