aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-11 00:45:45 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-11 00:45:45 +0800
commit2b7ef609d1a7d9b72a8bfa2889b6b318b54bd2f4 (patch)
tree18e98ad6cd7aefa91a027d741dc5b7fc71ee87d6
parente4e152a860938bbee6b962ed45b4709593c8733f (diff)
downloadfreebsd-ports-gnome-2b7ef609d1a7d9b72a8bfa2889b6b318b54bd2f4.tar.gz
freebsd-ports-gnome-2b7ef609d1a7d9b72a8bfa2889b6b318b54bd2f4.tar.zst
freebsd-ports-gnome-2b7ef609d1a7d9b72a8bfa2889b6b318b54bd2f4.zip
- Add NO_ARCH
- Sort USE_PYTHON
-rw-r--r--textproc/py-twistedLore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-twistedLore/Makefile b/textproc/py-twistedLore/Makefile
index b410a40eba43..e71827417e8f 100644
--- a/textproc/py-twistedLore/Makefile
+++ b/textproc/py-twistedLore/Makefile
@@ -14,7 +14,8 @@ COMMENT= Documentation generator with HTML and LaTeX support
LICENSE= MIT
-USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>