Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 2014 21:26:51 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374227 - head/net/enet
Message-ID:  <201412072126.sB7LQpkk034552@svn.freebsd.org>

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



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