devel/clanlib{1,22}: convert to USES=localbase

This commit is contained in:
Jan Beich 2017-07-26 17:02:09 +00:00
parent 0b0606c42c
commit 04586ba024
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446664
2 changed files with 4 additions and 6 deletions

View File

@ -18,14 +18,13 @@ LIB_DEPENDS= libpng.so:graphics/png \
libmikmod.so:audio/libmikmod \
libvorbis.so:audio/libvorbis
USES= alias gmake jpeg libtool pathfix pkgconfig tar:tgz
USES= alias gmake jpeg libtool localbase:ldflags pathfix \
pkgconfig tar:tgz
USE_XORG= x11 xi
USE_LDCONFIG= yes
USE_SDL= gfx
USE_GL= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docs \
--enable-clanDisplay \

View File

@ -20,13 +20,12 @@ LIB_DEPENDS= libpng.so:graphics/png \
libfontconfig.so:x11-fonts/fontconfig \
libpcre.so:devel/pcre
USES= gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz
USES= 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 \