aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-04-25 23:30:13 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-04-25 23:30:13 +0000
commit32ae1e2979b370c44ff32b41aa5050af2a50ff3f (patch)
treea627d3ff5b764f0c31515374dd10b7f05c520a68 /textproc
parent0b47db8de09b2a68b9601d97fb718f61cb9fb7d6 (diff)
downloadports-32ae1e2979b370c44ff32b41aa5050af2a50ff3f.tar.gz
ports-32ae1e2979b370c44ff32b41aa5050af2a50ff3f.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-iso-639/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/py-iso-639/Makefile b/textproc/py-iso-639/Makefile
index 70e238c1ee9d..3645495b58fe 100644
--- a/textproc/py-iso-639/Makefile
+++ b/textproc/py-iso-639/Makefile
@@ -2,6 +2,7 @@
PORTNAME= iso-639
PORTVERSION= 0.4.5
+PORTREVISION= 1
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +17,8 @@ USES= python
USE_GITHUB= yes
GH_ACCOUNT= noumar
GH_PROJECT= iso639
-USE_PYTHON= distutils concurrent autoplist
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
.include <bsd.port.mk>