diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-31 21:31:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-31 21:31:58 +0800 |
commit | 01ab80666108863bdcac8f03a664c1c2db50d5f7 (patch) | |
tree | 6a6c4ef03d875a6e3b8079519da48d4ef3ce6966 /misc | |
parent | e2f16a594ae8d79cee449548eade64aa881e4a0a (diff) | |
download | freebsd-ports-gnome-01ab80666108863bdcac8f03a664c1c2db50d5f7.tar.gz freebsd-ports-gnome-01ab80666108863bdcac8f03a664c1c2db50d5f7.tar.zst freebsd-ports-gnome-01ab80666108863bdcac8f03a664c1c2db50d5f7.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 |