devel/clanlib{1,22}: convert to USES=localbase
This commit is contained in:
parent
0b0606c42c
commit
04586ba024
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446664
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user