diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 16:37:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 16:37:07 +0000 |
commit | b7e0113c70c56aa4f8b9859942c25bf50a322982 (patch) | |
tree | c937ab62625d77ee4aecd58e8dc2b5539c099d1d /x11-toolkits/pangomm | |
parent | 6d25505558e67eb02e5b618c2b5ab1cbdd467a2c (diff) | |
download | ports-b7e0113c70c56aa4f8b9859942c25bf50a322982.tar.gz ports-b7e0113c70c56aa4f8b9859942c25bf50a322982.zip |
Notes
Diffstat (limited to 'x11-toolkits/pangomm')
-rw-r--r-- | x11-toolkits/pangomm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile index fdd94a74ecdf..b4eebafdce88 100644 --- a/x11-toolkits/pangomm/Makefile +++ b/x11-toolkits/pangomm/Makefile @@ -18,7 +18,8 @@ PORTSCOUT= limitw:1,even BUILD_DEPENDS= gm4:devel/m4 -USES+= gmake libtool pathfix pkgconfig +USES+= gmake libtool pathfix pkgconfig compiler:c++11-lang +USE_CXXSTD= c++11 USE_GNOME= cairomm glibmm pango GNU_CONFIGURE= yes USE_LDCONFIG= yes |