svn commit: r385935 - head/devel/lfcxml

Kurt Jaeger pi at FreeBSD.org
Sun May 10 09:38:25 UTC 2015


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
 
 post-stage:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcxml.so.1.0.0


More information about the svn-ports-head mailing list