diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-05-06 20:19:24 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-05-06 20:19:24 +0000 |
commit | a71c3ffbca93b07ba30da5b9ef532688d65c8155 (patch) | |
tree | 2688de9da57e15d0539c90417cbfb71cac08321f /devel | |
parent | 0bff8d28e5b3ef36314d2842d63e4385db2d9452 (diff) | |
download | ports-a71c3ffbca93b07ba30da5b9ef532688d65c8155.tar.gz ports-a71c3ffbca93b07ba30da5b9ef532688d65c8155.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liborcus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/liborcus/Makefile b/devel/liborcus/Makefile index 5cdc533c0991..a361b69642e7 100644 --- a/devel/liborcus/Makefile +++ b/devel/liborcus/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/mdds/global.hpp:${PORTSDIR}/devel/mdds LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip |