aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-12-10 13:51:22 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-12-10 13:51:22 +0000
commite0aa134604974ce23d126813f1a3c6571e100e75 (patch)
treec3211fd77508e3eab385ea3fbf8c13841b1ef5e6 /textproc
parent7fafcac74e0ee8dd8bf7be2b571480d69605083f (diff)
downloadports-e0aa134604974ce23d126813f1a3c6571e100e75.tar.gz
ports-e0aa134604974ce23d126813f1a3c6571e100e75.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py3-pager/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py3-pager/Makefile b/textproc/py3-pager/Makefile
index 51f3cb944613..ff794b9fe525 100644
--- a/textproc/py3-pager/Makefile
+++ b/textproc/py3-pager/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pager
PORTVERSION= 3.3
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,7 @@ COMMENT= Terminal/console pager module
LICENSE= BSD3CLAUSE
-USES= python:3
+USES= python:3.3+
USE_PYTHON= autoplist concurrent distutils
-INSTALL_TARGET= install-strip
.include <bsd.port.mk>