diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:21:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:21:47 +0000 |
commit | aae176d29428e58e86d42133067dbe73f68693e8 (patch) | |
tree | 7eff547236825e59a74c8234912862cef19472cd | |
parent | 5c535fc866769e832d4822c2bb73e6451a6e3904 (diff) | |
download | freebsd-ports-aae176d29428e58e86d42133067dbe73f68693e8.zip |
- Add NO_ARCH
-rw-r--r-- | devel/p5-File-Find-Closures/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-File-Find-Closures/Makefile b/devel/p5-File-Find-Closures/Makefile index 9b830f4a0ba1..26771cbf0d08 100644 --- a/devel/p5-File-Find-Closures/Makefile +++ b/devel/p5-File-Find-Closures/Makefile @@ -13,6 +13,7 @@ COMMENT= Functions you can use with File::Find LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 |