svn commit: r374227 - head/net/enet

Rusmir Dusko nemysis at FreeBSD.org
Sun Dec 7 21:26:51 UTC 2014


Author: nemysis
Date: Sun Dec  7 21:26:50 2014
New Revision: 374227
URL: https://svnweb.freebsd.org/changeset/ports/374227
QAT: https://qat.redports.org/buildarchive/r374227/

Log:
  - Remove not needed ACLOCAL_ARGS and AUTOMAKE_ARGS
    without USE_AUTOTOOLS not build
  
  Reported by:	tijl

Modified:
  head/net/enet/Makefile

Modified: head/net/enet/Makefile
==============================================================================
--- head/net/enet/Makefile	Sun Dec  7 19:38:22 2014	(r374226)
+++ head/net/enet/Makefile	Sun Dec  7 21:26:50 2014	(r374227)
@@ -16,8 +16,6 @@ LICENSE=	MIT
 USES=		autoreconf pathfix libtool
 PATHFIX_MAKEFILEIN=	Makefile.am
 USE_AUTOTOOLS=	aclocal automake autoconf
-ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 
 PORTDOCS=	*


More information about the svn-ports-head mailing list