svn commit: r390206 - head/www/links-hacked

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 13:38:51 UTC 2015


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


More information about the svn-ports-all mailing list