aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-04-28 02:28:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-04-28 02:28:17 +0800
commit3af12ecd14769d1ebbc29b410e41e13c5bece265 (patch)
treed19e2e9f81edbd5bd8501934d1b187235a084de1 /textproc
parent5c40e864fcdbc3bbc7f362d2e5be209aef458d5b (diff)
downloadfreebsd-ports-gnome-3af12ecd14769d1ebbc29b410e41e13c5bece265.tar.gz
freebsd-ports-gnome-3af12ecd14769d1ebbc29b410e41e13c5bece265.tar.zst
freebsd-ports-gnome-3af12ecd14769d1ebbc29b410e41e13c5bece265.zip
Add NO_ARCH
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-Tempita/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/py-Tempita/Makefile b/textproc/py-Tempita/Makefile
index 2357a7c09102..45adcd6cb4cc 100644
--- a/textproc/py-Tempita/Makefile
+++ b/textproc/py-Tempita/Makefile
@@ -10,7 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Small text templating language
-USES= python
-USE_PYTHON= distutils autoplist
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
.include <bsd.port.mk>