diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-02 00:00:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-02 00:00:35 +0800 |
commit | cc9add457e4437a9ae2754c2525aeedc01655332 (patch) | |
tree | 708036f325ebe4ca1f07c54144be1da849bee789 /www | |
parent | 7f166ab47f7d9f2ecdc23611d1e2397095d3460f (diff) | |
download | freebsd-ports-gnome-cc9add457e4437a9ae2754c2525aeedc01655332.tar.gz freebsd-ports-gnome-cc9add457e4437a9ae2754c2525aeedc01655332.tar.zst freebsd-ports-gnome-cc9add457e4437a9ae2754c2525aeedc01655332.zip |
- Add NO_ARCH
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-WebArchive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-WWW-WebArchive/Makefile b/www/p5-WWW-WebArchive/Makefile index 104e8f5f92b7..4d32de399207 100644 --- a/www/p5-WWW-WebArchive/Makefile +++ b/www/p5-WWW-WebArchive/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |