svn commit: r446664 - in head/devel: clanlib1 clanlib22

Jan Beich jbeich at FreeBSD.org
Wed Jul 26 17:02:11 UTC 2017


Author: jbeich
Date: Wed Jul 26 17:02:09 2017
New Revision: 446664
URL: https://svnweb.freebsd.org/changeset/ports/446664

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

Modified:
  head/devel/clanlib1/Makefile   (contents, props changed)
  head/devel/clanlib22/Makefile   (contents, props changed)

Modified: head/devel/clanlib1/Makefile
==============================================================================
--- head/devel/clanlib1/Makefile	Wed Jul 26 17:01:57 2017	(r446663)
+++ head/devel/clanlib1/Makefile	Wed Jul 26 17:02:09 2017	(r446664)
@@ -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 \

Modified: head/devel/clanlib22/Makefile
==============================================================================
--- head/devel/clanlib22/Makefile	Wed Jul 26 17:01:57 2017	(r446663)
+++ head/devel/clanlib22/Makefile	Wed Jul 26 17:02:09 2017	(r446664)
@@ -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 \


More information about the svn-ports-all mailing list