Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 11:28:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382587 - head/devel/styx
Message-ID:  <201503291128.t2TBSHaZ060670@svn.freebsd.org>

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



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