diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2015-04-11 15:39:33 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2015-04-11 15:39:33 +0000 |
commit | 0ffdd39076f1075360080b6b6364ae3b580116da (patch) | |
tree | 1e55437b71f1969f634b35713bbc946f7787295c /www/cppcms | |
parent | e71ef7738beda5197f7d3aa91ab185abb671b96d (diff) | |
download | ports-0ffdd39076f1075360080b6b6364ae3b580116da.tar.gz ports-0ffdd39076f1075360080b6b6364ae3b580116da.zip |
Notes
Diffstat (limited to 'www/cppcms')
-rw-r--r-- | www/cppcms/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/cppcms/Makefile b/www/cppcms/Makefile index 0cbb9321d831..8bc70c7ef9ad 100644 --- a/www/cppcms/Makefile +++ b/www/cppcms/Makefile @@ -2,6 +2,7 @@ PORTNAME= cppcms PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/cppcms/${PORTNAME}/${PORTVERSION} @@ -12,12 +13,12 @@ LICENSE= LGPL3 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USES= cmake tar:bzip2 +USES= cmake python tar:bzip2 +USE_OPENSSL= yes USE_LDCONFIG= yes OPTIONS_DEFINE= EXAMPLES GCRYPT ICU OPTIONS_DEFAULT= ICU -GCRYPT_DESC= libgcrypt support ICU_DESC= ICU unicode support .include <bsd.port.options.mk> @@ -32,9 +33,8 @@ CMAKE_ARGS+= -DDISABLE_ICU_LOCALE:BOOL=ON .if ${PORT_OPTIONS:MGCRYPT} LIB_DEPENDS+= libgcrypt.so:${PORTSDIR}/security/libgcrypt -CMAKE_ARGS+= -DDISABLE_OPENSSL:BOOL=ON +CMAKE_ARGS+= -DDISABLE_GCRYPT:BOOL=OFF .else -USE_OPENSSL= yes CMAKE_ARGS+= -DDISABLE_GCRYPT:BOOL=ON .endif |