svn commit: r402580 - head/dns/fpdns

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 29 07:00:40 UTC 2015


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
 


More information about the svn-ports-all mailing list