aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-11 00:45:33 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-11 00:45:33 +0800
commita365518c9ed0920b417ff836816ccf6e7585d3b9 (patch)
tree3b2989b6961e719403d26a2cbde1d3564d831040 /net-im
parent381fbbe584bfcf0a613160477f080d91d7339b6a (diff)
downloadfreebsd-ports-gnome-a365518c9ed0920b417ff836816ccf6e7585d3b9.tar.gz
freebsd-ports-gnome-a365518c9ed0920b417ff836816ccf6e7585d3b9.tar.zst
freebsd-ports-gnome-a365518c9ed0920b417ff836816ccf6e7585d3b9.zip
- Add NO_ARCH
- Sort USE_PYTHON
Diffstat (limited to 'net-im')
-rw-r--r--net-im/py-twistedWords/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/py-twistedWords/Makefile b/net-im/py-twistedWords/Makefile
index 0a4a4704abd7..8587ed096be1 100644
--- a/net-im/py-twistedWords/Makefile
+++ b/net-im/py-twistedWords/Makefile
@@ -14,7 +14,8 @@ COMMENT= Twisted Words has more chat than you can handle
LICENSE= MIT
-USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>