diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 05:00:05 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 05:42:44 +0000 |
commit | bbeec13d786177cb97ad31b6a2cbf8778cd321cf (patch) | |
tree | 44ca4ae94529b6f8cd973f20c0a68da4c26cede0 /net-mgmt | |
parent | ee5d2bc198c1bcc5eddd2bbfcf01d1885d4389b5 (diff) | |
download | ports-bbeec13d786177cb97ad31b6a2cbf8778cd321cf.tar.gz ports-bbeec13d786177cb97ad31b6a2cbf8778cd321cf.zip |
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Xymon-Client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/p5-Xymon-Client/Makefile b/net-mgmt/p5-Xymon-Client/Makefile index faa3e716badf..9c89ad6df4c0 100644 --- a/net-mgmt/p5-Xymon-Client/Makefile +++ b/net-mgmt/p5-Xymon-Client/Makefile @@ -13,8 +13,9 @@ COMMENT= Interface to xymon/hobbit client LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |