diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-06-12 23:11:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-06-12 23:11:41 +0800 |
commit | 575f20c10ecb5d6584b6582a2a24048f44a1c356 (patch) | |
tree | e0b798c20074d71df3ccee5bfec30942150d350a /security/openssl/Makefile | |
parent | 7acd4a92862fa41a1c19e11f4d8fbe413ac09d12 (diff) | |
download | freebsd-ports-gnome-575f20c10ecb5d6584b6582a2a24048f44a1c356.tar.gz freebsd-ports-gnome-575f20c10ecb5d6584b6582a2a24048f44a1c356.tar.zst freebsd-ports-gnome-575f20c10ecb5d6584b6582a2a24048f44a1c356.zip |
- enable cadmilla
PR: 113624
Submitted by: Tomoyuki Okazaki
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 3 |
1 files changed, 2 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 |