diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-03 10:23:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-03 10:23:43 +0000 |
commit | 7c8522a061ecef298b7b2e0103edc9f6278b2632 (patch) | |
tree | b7e618fd1f107ed67c1e51213e3cba04566baac3 /textproc/ctpp2 | |
parent | 7d257214cb08de74f5327a02e8af154521a1854a (diff) |
Notes
Diffstat (limited to 'textproc/ctpp2')
-rw-r--r-- | textproc/ctpp2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile index 51d18f4fb362..f226da73cfa0 100644 --- a/textproc/ctpp2/Makefile +++ b/textproc/ctpp2/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= http://ctpp.havoc.ru/download/ MAINTAINER= vg@FreeBSD.org COMMENT= C++ library to use templates in C/C++ projects, version 2 -USES= cmake gettext iconv:build +USES= cmake gettext iconv:build compiler:c++11-lang USE_LDCONFIG= yes -USE_GCC= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} |