diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-31 21:31:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-31 21:31:45 +0800 |
commit | 8c4bd8bde4607a29017a1d3f8fa5203d70ac4546 (patch) | |
tree | ac2682e34f4b7416f3573642275b29581fc657c5 /misc | |
parent | a09c16b0814e85b863ddd521ea3b0dc1bd66c5be (diff) | |
download | freebsd-ports-gnome-8c4bd8bde4607a29017a1d3f8fa5203d70ac4546.tar.gz freebsd-ports-gnome-8c4bd8bde4607a29017a1d3f8fa5203d70ac4546.tar.zst freebsd-ports-gnome-8c4bd8bde4607a29017a1d3f8fa5203d70ac4546.zip |
- Add NO_ARCH
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Coder-Bing/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/p5-Geo-Coder-Bing/Makefile b/misc/p5-Geo-Coder-Bing/Makefile index 20d504ff44c3..bf8637ec6936 100644 --- a/misc/p5-Geo-Coder-Bing/Makefile +++ b/misc/p5-Geo-Coder-Bing/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |