svn commit: r382587 - head/devel/styx

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 11:28:17 UTC 2015


Author: bapt
Date: Sun Mar 29 11:28:16 2015
New Revision: 382587
URL: https://svnweb.freebsd.org/changeset/ports/382587
QAT: https://qat.redports.org/buildarchive/r382587/

Log:
  Convert to USES=autoreconf

Modified:
  head/devel/styx/Makefile

Modified: head/devel/styx/Makefile
==============================================================================
--- head/devel/styx/Makefile	Sun Mar 29 11:24:23 2015	(r382586)
+++ head/devel/styx/Makefile	Sun Mar 29 11:28:16 2015	(r382587)
@@ -10,9 +10,7 @@ MASTER_SITES=	http://www.speculate.de/st
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Scanner/parser generator
 
-USE_AUTOTOOLS=	aclocal autoconf automake libtoolize
-AUTOMAKE_ARGS=	--add-missing
-USES=		gmake iconv libtool
+USES=		autoreconf gmake iconv libtool
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}


More information about the svn-ports-head mailing list