Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 10:55:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354924 - head/dns/pdnsd
Message-ID:  <201405231055.s4NAtggK073126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri May 23 10:55:42 2014
New Revision: 354924
URL: http://svnweb.freebsd.org/changeset/ports/354924
QAT: https://qat.redports.org/buildarchive/r354924/

Log:
  - Convert gmake to USES

Modified:
  head/dns/pdnsd/Makefile

Modified: head/dns/pdnsd/Makefile
==============================================================================
--- head/dns/pdnsd/Makefile	Fri May 23 10:50:31 2014	(r354923)
+++ head/dns/pdnsd/Makefile	Fri May 23 10:55:42 2014	(r354924)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_RC_SUBR=	pdnsd
 CONFIGURE_ARGS=	--with-cachedir=${PDNSDB} \
 		--disable-src-addr-disc



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