aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-IO-All-LWP/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-IO-All-LWP/Makefile b/devel/p5-IO-All-LWP/Makefile
index 41136a0fac79..77d3fe236168 100644
--- a/devel/p5-IO-All-LWP/Makefile
+++ b/devel/p5-IO-All-LWP/Makefile
@@ -17,9 +17,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IO-All>=0.30:devel/p5-IO-All \
p5-libwww>=0:www/p5-libwww
-USE_PERL5= configure
USES= perl5 shebangfix
-SHEBANG_FILES= iocp.pl
+USE_PERL5= configure
+
NO_ARCH= yes
+SHEBANG_FILES= iocp.pl
+
.include <bsd.port.mk>