diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-07-26 07:59:55 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-07-26 07:59:55 +0000 |
commit | 7e3f990df494caa8de74b0904a30da57f6242d30 (patch) | |
tree | 3f66e947b46aac4124aab546de86b1f01ab63299 /devel/clanlib | |
parent | 720cb5b941c55a33e3797037ab120d01bdc44ca9 (diff) |
Notes
Diffstat (limited to 'devel/clanlib')
-rw-r--r-- | devel/clanlib/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 883e18d5cd20..8d751e5c4601 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= clanlib PORTVERSION= 2.3.7 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ @@ -23,14 +23,12 @@ LIB_DEPENDS= libpng.so:graphics/png \ NOT_FOR_ARCHS= aarch64 armv6 powerpc powerpc64 NOT_FOR_ARCHS_REASON= invokes x86 asm -USES= execinfo gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz -USE_GCC= yes +USES= compiler:c++0x execinfo gmake jpeg libtool localbase:ldflags \ + pathfix pkgconfig sqlite tar:tgz USE_XORG= x11 USE_LDCONFIG= yes USE_GL= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs \ --enable-clanDisplay \ |