diff options
-rw-r--r-- | security/openssl/Makefile | 3 | ||||
-rw-r--r-- | security/openssl/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index ea00f682c6f8..1c5c9a106cd9 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -15,7 +15,7 @@ PORTVERSION= 0.9.7m PORTREVISION?= 0 .else PORTVERSION= 0.9.8e -PORTREVISION?= 0 +PORTREVISION?= 1 .endif .endif CATEGORIES= security devel @@ -58,6 +58,7 @@ PATCHDIR= ${MASTERDIR}/files-beta PLIST_SUB+= OPENSSL_BETA="" PLIST_SUB+= OPENSSL_STABLE="@comment " CONFLICTS?= openssl-beta-0.* openssl-stable-0.* +EXTRACONFIGURE+= enable-camellia .endif MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive diff --git a/security/openssl/pkg-plist b/security/openssl/pkg-plist index 86006d19914e..7ac9b6605407 100644 --- a/security/openssl/pkg-plist +++ b/security/openssl/pkg-plist @@ -9,6 +9,7 @@ include/openssl/blowfish.h include/openssl/bn.h include/openssl/buffer.h include/openssl/cast.h +%%OPENSSL_BETA%%include/openssl/camellia.h include/openssl/comp.h include/openssl/conf.h include/openssl/conf_api.h |