diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-06-12 15:11:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-06-12 15:11:41 +0000 |
commit | 199d09adcc2ab7c8a069b744eb1c745ad70aedb8 (patch) | |
tree | 489a9581a20899a4ba8f0e0da300c21bf5b37b32 /security | |
parent | c23afebc4429c9fc5d00d37bf05817c83fc2be37 (diff) | |
download | ports-199d09adcc2ab7c8a069b744eb1c745ad70aedb8.tar.gz ports-199d09adcc2ab7c8a069b744eb1c745ad70aedb8.zip |
- enable cadmilla
PR: 113624
Submitted by: Tomoyuki Okazaki
Notes
Notes:
svn path=/head/; revision=193331
Diffstat (limited to 'security')
-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 |