diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-11 08:22:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-11 08:22:28 +0000 |
commit | 3ff21d0ac1818190affc0b40f9f68fceb5651bfc (patch) | |
tree | f1818649648c790ea0829cefc102bc662582ccab /devel/icu-le-hb | |
parent | de40ba01b85d83a315049d90a88714c41f2231d1 (diff) |
Notes
Diffstat (limited to 'devel/icu-le-hb')
-rw-r--r-- | devel/icu-le-hb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/icu-le-hb/Makefile b/devel/icu-le-hb/Makefile index d0d172fd2a11..d3f1694a80e0 100644 --- a/devel/icu-le-hb/Makefile +++ b/devel/icu-le-hb/Makefile @@ -3,6 +3,7 @@ PORTNAME= icu-le-hb DISTVERSION= 1.0.3-3 DISTVERSIONSUFFIX= -gb8a3163 +PORTREVISION= 1 CATEGORIES= devel print MAINTAINER= office@FreeBSD.org @@ -19,7 +20,8 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ USE_GITHUB= yes GH_ACCOUNT= behdad -USES= autoreconf gmake libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig +USE_CXXSTD= gnu++11 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |