aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-pyliblzma
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2017-04-17 18:42:12 +0000
committerDavid Naylor <dbn@FreeBSD.org>2017-04-17 18:42:12 +0000
commitb4cb334de7dd7e9e4a920e0032447a466a0bf089 (patch)
tree91373d9ef08ab4afb660429aacaa114b86113bf7 /archivers/py-pyliblzma
parent4c9c4552d7531c6f273f2cc70da5e0d6943f8e89 (diff)
downloadports-b4cb334de7dd7e9e4a920e0032447a466a0bf089.tar.gz
ports-b4cb334de7dd7e9e4a920e0032447a466a0bf089.zip
archivers/py-pyliblzma: fix python version restriction
The python restriction requires the '-' before the version, not after. Reported by: koobs@
Notes
Notes: svn path=/head/; revision=438741
Diffstat (limited to 'archivers/py-pyliblzma')
-rw-r--r--archivers/py-pyliblzma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/py-pyliblzma/Makefile b/archivers/py-pyliblzma/Makefile
index e07e54b24d4d..d4102e20279b 100644
--- a/archivers/py-pyliblzma/Makefile
+++ b/archivers/py-pyliblzma/Makefile
@@ -14,7 +14,7 @@ COMMENT= Python binding for the LZMA compression library
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= pkgconfig python:2.7- tar:bzip2
+USES= pkgconfig python:-2.7 tar:bzip2
USE_PYTHON= autoplist distutils
post-install: