diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:26:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:26:30 +0800 |
commit | a883f53ea4f3b02695d56d80c983408db1ed3fae (patch) | |
tree | 02f308eae72727972a7d3a29f4d49d7cc010eecd /net | |
parent | 31230b367f4b56f3449c236234c8caa0ced29297 (diff) | |
download | freebsd-ports-gnome-a883f53ea4f3b02695d56d80c983408db1ed3fae.tar.gz freebsd-ports-gnome-a883f53ea4f3b02695d56d80c983408db1ed3fae.tar.zst freebsd-ports-gnome-a883f53ea4f3b02695d56d80c983408db1ed3fae.zip |
- Add NO_ARCH
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-PubSubHubbub-Publisher/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Net-PubSubHubbub-Publisher/Makefile b/net/p5-Net-PubSubHubbub-Publisher/Makefile index a358bf3bc9f9..37393a476710 100644 --- a/net/p5-Net-PubSubHubbub-Publisher/Makefile +++ b/net/p5-Net-PubSubHubbub-Publisher/Makefile @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |