diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-07-26 17:02:21 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-07-26 17:02:21 +0000 |
commit | d78f8e9a0cb94146314a063c029ae2746dc04290 (patch) | |
tree | 3bde636a28b43d652fd3ae7e20b3787a0bc4c681 | |
parent | c6bff79fef91b80346bd209ccef6ba7a35a29083 (diff) |
Notes
-rw-r--r-- | devel/clanlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index c8c7d6d17984..720f782b7158 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig \ libpcre.so:devel/pcre -USES= compiler:c++0x execinfo gmake jpeg libtool localbase:ldflags \ +USES= compiler:c++11-lib execinfo gmake jpeg libtool localbase:ldflags \ pathfix pkgconfig sqlite tar:tgz USE_XORG= x11 USE_LDCONFIG= yes |