svn commit: r382506 - head/devel/libstroke

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:25:59 UTC 2015


Author: bapt
Date: Sat Mar 28 15:25:58 2015
New Revision: 382506
URL: https://svnweb.freebsd.org/changeset/ports/382506
QAT: https://qat.redports.org/buildarchive/r382506/

Log:
  Convert to USES=autoreconf

Modified:
  head/devel/libstroke/Makefile

Modified: head/devel/libstroke/Makefile
==============================================================================
--- head/devel/libstroke/Makefile	Sat Mar 28 15:25:36 2015	(r382505)
+++ head/devel/libstroke/Makefile	Sat Mar 28 15:25:58 2015	(r382506)
@@ -12,9 +12,7 @@ COMMENT=	Stroke translation library
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS=	-a -c -f
+USES=		gmake libtool autoreconf
 USE_CSTD=	gnu89
 USE_XORG=	x11
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list