diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:45:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:45:09 +0800 |
commit | 88b997a30f1cf0d9d031a620846e1bf55a13e1f5 (patch) | |
tree | f856faa3e5ce07cb176fdbc9b4a34f95663d7eb5 | |
parent | 84ff1482e625dac84788407b5582c99612c2f4b4 (diff) | |
download | freebsd-ports-gnome-88b997a30f1cf0d9d031a620846e1bf55a13e1f5.tar.gz freebsd-ports-gnome-88b997a30f1cf0d9d031a620846e1bf55a13e1f5.tar.zst freebsd-ports-gnome-88b997a30f1cf0d9d031a620846e1bf55a13e1f5.zip |
- Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/p5-xmltv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile index ed5092b3f48f..6424e56e5181 100644 --- a/textproc/p5-xmltv/Makefile +++ b/textproc/p5-xmltv/Makefile @@ -51,6 +51,7 @@ XMLTV_DEPENDS= \ BUILD_DEPENDS= ${XMLTV_DEPENDS} RUN_DEPENDS= ${XMLTV_DEPENDS} +NO_ARCH= yes USES= perl5 tar:bzip2 USE_PERL5= configure |