diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-01 23:57:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-01 23:57:46 +0800 |
commit | 8ffc5fc479270cdce591ff8e145f1a75fbaf6f7d (patch) | |
tree | 5a5c5972e1c874183c20681102379b34120543c6 /www | |
parent | 87ce59ccf669b72661643c7e5e8e7f73ed6aa901 (diff) | |
download | freebsd-ports-gnome-8ffc5fc479270cdce591ff8e145f1a75fbaf6f7d.tar.gz freebsd-ports-gnome-8ffc5fc479270cdce591ff8e145f1a75fbaf6f7d.tar.zst freebsd-ports-gnome-8ffc5fc479270cdce591ff8e145f1a75fbaf6f7d.zip |
- Add NO_ARCH
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-LWP-Protocol-https/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-LWP-Protocol-https/Makefile b/www/p5-LWP-Protocol-https/Makefile index 0bd6d70d88e5..97634cbe2c25 100644 --- a/www/p5-LWP-Protocol-https/Makefile +++ b/www/p5-LWP-Protocol-https/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-IO-Socket-SSL>=1.54:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-HTTP>=6:${PORTSDIR}/net/p5-Net-HTTP RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |