diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-31 21:31:58 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-31 21:31:58 +0800 |
commit | 67be0dc3380105b8cbc8d62f0a1d0517c89a8dea (patch) | |
tree | 6a6c4ef03d875a6e3b8079519da48d4ef3ce6966 /misc | |
parent | 83a554b3fe3a4fa2899eaa7c0e48c6621642e9f7 (diff) | |
download | freebsd-ports-gnome-67be0dc3380105b8cbc8d62f0a1d0517c89a8dea.tar.gz freebsd-ports-gnome-67be0dc3380105b8cbc8d62f0a1d0517c89a8dea.tar.zst freebsd-ports-gnome-67be0dc3380105b8cbc8d62f0a1d0517c89a8dea.zip |
- Add NO_ARCH
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Coder-Mapquest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/p5-Geo-Coder-Mapquest/Makefile b/misc/p5-Geo-Coder-Mapquest/Makefile index 815a206e8732..086d8f6bec46 100644 --- a/misc/p5-Geo-Coder-Mapquest/Makefile +++ b/misc/p5-Geo-Coder-Mapquest/Makefile @@ -21,6 +21,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 |