aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:33:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:33:19 +0000
commit105123f2428662c626717e48804c5528b93567df (patch)
tree75c8ffc1ff8b4572048d22aeeef046d7fe09d115
parentafe9a1dbf99d2fbbbe8f7789c89ed946b95c4a91 (diff)
downloadports-105123f2428662c626717e48804c5528b93567df.tar.gz
ports-105123f2428662c626717e48804c5528b93567df.zip
net/p5-Net-OpenSSH-Parallel: Cosmetic change
-rw-r--r--net/p5-Net-OpenSSH-Parallel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-Net-OpenSSH-Parallel/Makefile b/net/p5-Net-OpenSSH-Parallel/Makefile
index a6709931f854..72a0b733b010 100644
--- a/net/p5-Net-OpenSSH-Parallel/Makefile
+++ b/net/p5-Net-OpenSSH-Parallel/Makefile
@@ -15,8 +15,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-OpenSSH>=0.39:net/p5-Net-OpenSSH
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>