Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 13:38:50 +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: r390206 - head/www/links-hacked
Message-ID:  <201506211338.t5LDcofY057049@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jun 21 13:38:50 2015
New Revision: 390206
URL: https://svnweb.freebsd.org/changeset/ports/390206

Log:
  Convert to USES=autoreconf

Modified:
  head/www/links-hacked/Makefile

Modified: head/www/links-hacked/Makefile
==============================================================================
--- head/www/links-hacked/Makefile	Sun Jun 21 13:11:15 2015	(r390205)
+++ head/www/links-hacked/Makefile	Sun Jun 21 13:38:50 2015	(r390206)
@@ -12,11 +12,10 @@ COMMENT=	Hacked version of a Links WWW b
 
 LICENSE=	GPLv2
 
-USES=		execinfo
+USES=		autoreconf execinfo
 USE_OPENSSL=	yes
 USE_CSTD=	gnu89
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing --copy
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ssl --without-pmshell --without-atheos --without-fb
 
 CFLAGS+=	-Wno-error=return-type



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