diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-12-10 13:51:22 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-12-10 13:51:22 +0000 |
commit | e0aa134604974ce23d126813f1a3c6571e100e75 (patch) | |
tree | c3211fd77508e3eab385ea3fbf8c13841b1ef5e6 /textproc | |
parent | 7fafcac74e0ee8dd8bf7be2b571480d69605083f (diff) | |
download | ports-e0aa134604974ce23d126813f1a3c6571e100e75.tar.gz ports-e0aa134604974ce23d126813f1a3c6571e100e75.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py3-pager/Makefile | 4 |
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> |