Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 17:26:08 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389088 - head/lang/maude
Message-ID:  <201506101726.t5AHQ8Ex048582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 10 17:26:07 2015
New Revision: 389088
URL: https://svnweb.freebsd.org/changeset/ports/389088

Log:
  - Switch to USES=autoreconf

Modified:
  head/lang/maude/Makefile

Modified: head/lang/maude/Makefile
==============================================================================
--- head/lang/maude/Makefile	Wed Jun 10 17:24:55 2015	(r389087)
+++ head/lang/maude/Makefile	Wed Jun 10 17:26:07 2015	(r389088)
@@ -20,9 +20,7 @@ LIB_DEPENDS=	libbdd.so:${PORTSDIR}/scien
 		libgmp.so:${PORTSDIR}/math/gmp \
 		libsigsegv.so:${PORTSDIR}/devel/libsigsegv
 
-USES=		bison
-USE_AUTOTOOLS=	aclocal autoheader automake
-AUTOMAKE_ARGS=	--add-missing
+USES=		autoreconf bison
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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