diff options
-rw-r--r-- | multimedia/dvdrip/Makefile | 5 | ||||
-rw-r--r-- | net/dnscheck/Makefile | 3 | ||||
-rw-r--r-- | net/lldpd/options.mk | 4 | ||||
-rw-r--r-- | www/SpeedyCGI/Makefile | 3 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SOAP/Makefile | 3 |
5 files changed, 6 insertions, 12 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index 2512f6f0965..de1e713232f 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2016/07/09 06:38:38 wiz Exp $ -# +# $NetBSD: Makefile,v 1.60 2017/02/07 12:13:12 wiz Exp $ DISTNAME= dvdrip-0.98.11 PKGREVISION= 7 @@ -30,8 +29,6 @@ DEPENDS+= mjpegtools-[0-9]*:../../multimedia/mjpegtools .include "../../mk/bsd.prefs.mk" -BUILDLINK_API_DEPENDS.perl+= perl>=5.6.0 - USE_LANGUAGES= c USE_PKGLOCALEDIR= YES USE_TOOLS+= perl diff --git a/net/dnscheck/Makefile b/net/dnscheck/Makefile index 63ac694a785..77af99d07d5 100644 --- a/net/dnscheck/Makefile +++ b/net/dnscheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/12/18 16:23:51 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2017/02/07 12:13:12 wiz Exp $ DISTNAME= dotse-dnscheck-1.5.4-0-g352a15c PKGNAME= dnscheck-1.5.4 @@ -38,7 +38,6 @@ REPLACE_PERL+= lib/DNSCheck/Lookup/*.pm lib/DNSCheck/Test/*.pm REPLACE_PERL+= apps/dnscheck-enqueue apps/dnscheck-packetcheck PERL5_PACKLIST= auto/DNSCheck/.packlist -BUILDLINK_API_DEPENDS.perl+= perl>=5.6.1 BUILD_DEFS+= IPV6_READY diff --git a/net/lldpd/options.mk b/net/lldpd/options.mk index 1505e1fd455..3600c1fe0a0 100644 --- a/net/lldpd/options.mk +++ b/net/lldpd/options.mk @@ -1,4 +1,5 @@ -# $NetBSD: options.mk,v 1.1 2014/06/13 03:06:09 mef Exp $ +# $NetBSD: options.mk,v 1.2 2017/02/07 12:13:12 wiz Exp $ + PKG_OPTIONS_VAR= PKG_OPTIONS.lldpd PKG_SUPPORTED_OPTIONS= json snmp xml PKG_SUGGESTED_OPTIONS= json snmp xml @@ -12,7 +13,6 @@ CONFIGURE_ARGS+= --with-json .if !empty(PKG_OPTIONS:Msnmp) . include "../../net/net-snmp/buildlink3.mk" USE_TOOLS+= perl -BUILDLINK_API_DEPENDS.perl+= perl>=5.16.0 . include "../../lang/perl5/buildlink3.mk" CONFIGURE_ARGS+= --with-snmp .endif diff --git a/www/SpeedyCGI/Makefile b/www/SpeedyCGI/Makefile index c26cd6b89a5..98cd19bdac1 100644 --- a/www/SpeedyCGI/Makefile +++ b/www/SpeedyCGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/07/09 06:39:10 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/02/07 12:13:12 wiz Exp $ DISTNAME= CGI-SpeedyCGI-2.22 PKGNAME= SpeedyCGI-2.22 @@ -12,7 +12,6 @@ COMMENT= Speed up perl scripts by running them persistently MAKE_JOBS_SAFE= no -BUILDLINK_API_DEPENDS.perl+= perl>=5.10 PERL5_PACKLIST= auto/CGI/SpeedyCGI/.packlist SUBST_CLASSES+= run diff --git a/www/p5-POE-Component-Server-SOAP/Makefile b/www/p5-POE-Component-Server-SOAP/Makefile index d03d3549eca..326bd57eb45 100644 --- a/www/p5-POE-Component-Server-SOAP/Makefile +++ b/www/p5-POE-Component-Server-SOAP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/06/08 19:25:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/02/07 12:13:12 wiz Exp $ DISTNAME= POE-Component-Server-SOAP-1.14 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,6 @@ PERL5_PACKLIST= auto/POE/Component/Server/SOAP/.packlist DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE DEPENDS+= p5-POE-Component-Server-SimpleHTTP>=1.54:../../www/p5-POE-Component-Server-SimpleHTTP DEPENDS+= p5-SOAP-Lite>=0.55:../../net/p5-SOAP-Lite -DEPENDS+= perl>=5.6:../../lang/perl5 .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |