Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 16:41:38 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457178 - head/astro/gpsbabel14
Message-ID:  <201712241641.vBOGfcUD074228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712241641.vBOGfcUD074228>