diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-09-21 14:27:37 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-09-21 14:27:37 +0000 |
commit | 3473e1384908090220afad415b76b631d91a42ea (patch) | |
tree | 7d91d720bbcfa64ebbadcf6b250bf04a71c4e247 /archivers/py-liblzma | |
parent | 2218900897664e2a57823a734067dbd810d38195 (diff) | |
download | ports-3473e1384908090220afad415b76b631d91a42ea.tar.gz ports-3473e1384908090220afad415b76b631d91a42ea.zip |
Notes
Diffstat (limited to 'archivers/py-liblzma')
-rw-r--r-- | archivers/py-liblzma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/py-liblzma/Makefile b/archivers/py-liblzma/Makefile index 37cd6a7ec223..07ac08a7da71 100644 --- a/archivers/py-liblzma/Makefile +++ b/archivers/py-liblzma/Makefile @@ -6,6 +6,7 @@ PORTNAME= liblzma PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_CHEESESHOP}source/p/pyliblzma/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ MAINTAINER= dragonsa@highveldmail.co.za COMMENT= Python binding for the LZMA compression library BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config -LIB_DEPENDS= lzma.0:${PORTSDIR}/archivers/lzmautils-devel +LIB_DEPENDS= lzma.0:${PORTSDIR}/archivers/xz USE_BZIP2= yes USE_PYTHON= 2.6+ |