svn commit: r389088 - head/lang/maude

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 10 17:26:08 UTC 2015


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


More information about the svn-ports-all mailing list