Date: Wed, 26 Jul 2017 17:02:09 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446664 - in head/devel: clanlib1 clanlib22 Message-ID: <201707261702.v6QH29bH085911@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707261702.v6QH29bH085911>