svn commit: r457178 - head/astro/gpsbabel14

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 24 16:41:39 UTC 2017


Author: tijl
Date: Sun Dec 24 16:41:38 2017
New Revision: 457178
URL: https://svnweb.freebsd.org/changeset/ports/457178

Log:
  Convert to USES=autoreconf.

Modified:
  head/astro/gpsbabel14/Makefile

Modified: head/astro/gpsbabel14/Makefile
==============================================================================
--- head/astro/gpsbabel14/Makefile	Sun Dec 24 16:30:40 2017	(r457177)
+++ head/astro/gpsbabel14/Makefile	Sun Dec 24 16:41:38 2017	(r457178)
@@ -17,10 +17,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \
 		--with-libexpat=${LOCALBASE}/lib
+USES=		autoreconf
 
 PLIST_FILES=	bin/gpsbabel
 


More information about the svn-ports-head mailing list