diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-20 11:39:42 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-20 11:39:42 +0000 |
commit | d942dcf5a9443c6306cecaa9a9f183b2f74cb62b (patch) | |
tree | 6776bc3cbda559f6a0f717b444599ad88b08dceb | |
parent | 96f0d70cf857aa08a7a0894f0fbb9b569448fdf4 (diff) | |
download | ports-d942dcf5a9443c6306cecaa9a9f183b2f74cb62b.tar.gz ports-d942dcf5a9443c6306cecaa9a9f183b2f74cb62b.zip |
www/p5-HTML-PrettyPrinter: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | www/p5-HTML-PrettyPrinter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-HTML-PrettyPrinter/Makefile b/www/p5-HTML-PrettyPrinter/Makefile index 1e63e9377474..f0e431b293e1 100644 --- a/www/p5-HTML-PrettyPrinter/Makefile +++ b/www/p5-HTML-PrettyPrinter/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |