Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 07:00:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402580 - head/dns/fpdns
Message-ID:  <201511290700.tAT70di9076545@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 29 07:00:38 2015
New Revision: 402580
URL: https://svnweb.freebsd.org/changeset/ports/402580

Log:
  - Add BUILD_DEPENDS
  - Add NO_ARCH

Modified:
  head/dns/fpdns/Makefile

Modified: head/dns/fpdns/Makefile
==============================================================================
--- head/dns/fpdns/Makefile	Sun Nov 29 07:00:35 2015	(r402579)
+++ head/dns/fpdns/Makefile	Sun Nov 29 07:00:38 2015	(r402580)
@@ -12,12 +12,14 @@ COMMENT=	Fingerprinting DNS servers
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
+BUILD_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	kirei
 GH_TAGNAME=	20130404
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



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