diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-12 13:01:22 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-12 13:01:22 +0000 |
commit | fb8c6ffaed25cbfe3bc815c7c9700290a0c840db (patch) | |
tree | 5b1370cf737efae90e8f146085093f17caffe7da /www/cppcms | |
parent | 427492612c0bb84f3090e5500de3e2a1923dc467 (diff) |
Notes
Diffstat (limited to 'www/cppcms')
-rw-r--r-- | www/cppcms/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/cppcms/Makefile b/www/cppcms/Makefile index 636938ee11e6..bcbe6a7168d7 100644 --- a/www/cppcms/Makefile +++ b/www/cppcms/Makefile @@ -2,7 +2,7 @@ PORTNAME= cppcms PORTVERSION= 1.0.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= SF/cppcms/${PORTNAME}/${PORTVERSION} @@ -15,8 +15,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre BROKEN_powerpc64= Does not build: error: 'localeconv_l' was not declared in this scope -USES= cmake compiler:c++11-lib python:2 shebangfix tar:bzip2 ssl -USE_CXXSTD= gnu++11 +USES= cmake python:2 shebangfix tar:bzip2 ssl USE_LDCONFIG= yes SHEBANG_FILES= bin/cppcms_tmpl_cc |