aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-10-22 00:50:53 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-10-22 00:50:53 +0800
commit6ad4b557b16b79b48987306ec6a438427ee83866 (patch)
treeab68051e760f8ef7e186ab080360afb811403373 /net
parent102224c2b160744aaf9064c393d0740d2eb4e99b (diff)
downloadfreebsd-ports-gnome-6ad4b557b16b79b48987306ec6a438427ee83866.tar.gz
freebsd-ports-gnome-6ad4b557b16b79b48987306ec6a438427ee83866.tar.zst
freebsd-ports-gnome-6ad4b557b16b79b48987306ec6a438427ee83866.zip
Fix r481365
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Twitter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile
index 837135cfe999..2fe620f7ed2b 100644
--- a/net/p5-Net-Twitter/Makefile
+++ b/net/p5-Net-Twitter/Makefile
@@ -38,14 +38,14 @@ TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
p5-Test-Warn>=0:devel/p5-Test-Warn
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502502
-BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01:devel/p5-ExtUtils-MakeMaker
.endif