aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:34 +0000
commit7cbcd83f7fc32a21ac394ace8bf42aa6f14dd78d (patch)
tree98b6c03c80f3d0f8b7d8c9425ee2852f2c92e0f0
parentca7e7764d632a276d7a9e5b721e5fae2242df475 (diff)
downloadports-7cbcd83f7fc32a21ac394ace8bf42aa6f14dd78d.tar.gz
ports-7cbcd83f7fc32a21ac394ace8bf42aa6f14dd78d.zip
devel/p5-IO-Pty-Easy: Cosmetic change
-rw-r--r--devel/p5-IO-Pty-Easy/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-IO-Pty-Easy/Makefile b/devel/p5-IO-Pty-Easy/Makefile
index 97c3b62b8bee..48aa98826dff 100644
--- a/devel/p5-IO-Pty-Easy/Makefile
+++ b/devel/p5-IO-Pty-Easy/Makefile
@@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IO-Tty>=0:devel/p5-IO-Tty
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>