diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-09 03:37:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-09 03:37:43 +0800 |
commit | f5cdf9c9b7499059f8e8e718384f885060050841 (patch) | |
tree | cee2035410e12e3a5469aad4be7d67f6e728fafe | |
parent | 6296eb52d18caa95eec265f4624d85bf95e279bd (diff) | |
download | freebsd-ports-gnome-f5cdf9c9b7499059f8e8e718384f885060050841.tar.gz freebsd-ports-gnome-f5cdf9c9b7499059f8e8e718384f885060050841.tar.zst freebsd-ports-gnome-f5cdf9c9b7499059f8e8e718384f885060050841.zip |
- Add NO_ARCH
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 43da7f26bc13..d44675fe4232 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -13,6 +13,7 @@ COMMENT= Create, manipulate, read, and write Zip archive files LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure |