svn commit: r383809 - head/www/cppcms
Kevin Lo
kevlo at FreeBSD.org
Sat Apr 11 15:39:34 UTC 2015
Author: kevlo
Date: Sat Apr 11 15:39:33 2015
New Revision: 383809
URL: https://svnweb.freebsd.org/changeset/ports/383809
Log:
- Add missing dependency on USES=python
- Bump PORTREVISION
Modified:
head/www/cppcms/Makefile
Modified: head/www/cppcms/Makefile
==============================================================================
--- head/www/cppcms/Makefile Sat Apr 11 15:23:35 2015 (r383808)
+++ head/www/cppcms/Makefile Sat Apr 11 15:39:33 2015 (r383809)
@@ -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=O
.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
More information about the svn-ports-head
mailing list