diff options
author | jkim <jkim@FreeBSD.org> | 2015-07-03 07:53:12 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-07-03 07:53:12 +0800 |
commit | 713989d13afa28aa2da8f567e370c3f65984008b (patch) | |
tree | 0f5f60e0fa3995e7a5639ab09cb77faacec7b280 /graphics | |
parent | d7ebf009a42ad5a6b6f9a6d3eadf70c399b3398a (diff) | |
download | freebsd-ports-graphics-713989d13afa28aa2da8f567e370c3f65984008b.tar.gz freebsd-ports-graphics-713989d13afa28aa2da8f567e370c3f65984008b.tar.zst freebsd-ports-graphics-713989d13afa28aa2da8f567e370c3f65984008b.zip |
Fix build on 8.x and 9.x.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libfreehand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index f974e1f3e48..c267e45753a 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ librevenge-0.0.so:${PORTSDIR}/textproc/librevenge GNU_CONFIGURE= yes -USES= gperf perl5 libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gperf perl5 libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_PERL5= build CONFIGURE_ARGS= --disable-werror --without-docs |