diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-31 21:32:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-31 21:32:15 +0800 |
commit | 445b0f62121290c78fd878787b19dabc30ac53d2 (patch) | |
tree | 63289eb13ccf2d86e62604bca92c083e25848e2e /misc | |
parent | 94f72b20449e918c97f102dc3b7555af2e0c9973 (diff) | |
download | freebsd-ports-gnome-445b0f62121290c78fd878787b19dabc30ac53d2.tar.gz freebsd-ports-gnome-445b0f62121290c78fd878787b19dabc30ac53d2.tar.zst freebsd-ports-gnome-445b0f62121290c78fd878787b19dabc30ac53d2.zip |
- Add NO_ARCH
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Coder-Ovi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/p5-Geo-Coder-Ovi/Makefile b/misc/p5-Geo-Coder-Ovi/Makefile index 9dab83c04993..e36c9f8374ca 100644 --- a/misc/p5-Geo-Coder-Ovi/Makefile +++ b/misc/p5-Geo-Coder-Ovi/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |