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 /graphics/cairomm | |
parent | 6d25505558e67eb02e5b618c2b5ab1cbdd467a2c (diff) |
Notes
Diffstat (limited to 'graphics/cairomm')
-rw-r--r-- | graphics/cairomm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index 8de17c75a6c7..82af4e0337bb 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig compiler:c++11-lang +USE_CXXSTD= c++11 USE_GNOME= cairo libxml++26 CONFIGURE_ENV= AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" CPPFLAGS+= -I${LOCALBASE}/include |