Date: Sun, 10 May 2015 12:34:37 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Kurt Jaeger <pi@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385935 - head/devel/lfcxml Message-ID: <20150510123437.6cf2d9eb@kalimero.tijl.coosemans.org> In-Reply-To: <201505100938.t4A9cPM8017556@svn.freebsd.org> References: <201505100938.t4A9cPM8017556@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 10 May 2015 09:38:25 +0000 (UTC) Kurt Jaeger <pi@FreeBSD.org> wrote: > Author: pi > Date: Sun May 10 09:38:24 2015 > New Revision: 385935 > URL: https://svnweb.freebsd.org/changeset/ports/385935 > > Log: > devel/lfcxml: remove USE_AUTOTOOLS, add USES=autoreconf > > Modified: > head/devel/lfcxml/Makefile > > Modified: head/devel/lfcxml/Makefile > ============================================================================== > --- head/devel/lfcxml/Makefile Sun May 10 08:53:42 2015 (r385934) > +++ head/devel/lfcxml/Makefile Sun May 10 09:38:24 2015 (r385935) > @@ -14,12 +14,11 @@ LICENSE= GPLv3 > > LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase > > +USES= autoreconf libtool > GNU_CONFIGURE= yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > -USES= libtool > USE_LDCONFIG= yes > -USE_AUTOTOOLS= autoconf:env :env means it's only a build dependency so you would replace it with autoreconf:build, but I think this port doesn't need autoconf at all so it can just be removed. You can also replace post-stage with INSTALL_TARGET=install-strip.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150510123437.6cf2d9eb>