Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2018 13:54:03 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458738 - head/sysutils/nut
Message-ID:  <201801111354.w0BDs3At042751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Jan 11 13:54:03 2018
New Revision: 458738
URL: https://svnweb.freebsd.org/changeset/ports/458738

Log:
  Replace USE_AUTOTOOLS with USES=autoreconf.

Modified:
  head/sysutils/nut/Makefile

Modified: head/sysutils/nut/Makefile
==============================================================================
--- head/sysutils/nut/Makefile	Thu Jan 11 13:48:16 2018	(r458737)
+++ head/sysutils/nut/Makefile	Thu Jan 11 13:54:03 2018	(r458738)
@@ -12,10 +12,9 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Network UPS Tools
 
-USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake pkgconfig libtool
+USES=		autoreconf gmake pkgconfig libtool
 
 NUT_USER?=	uucp
 NUT_GROUP?=	uucp



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