diff options
author | naddy <naddy@FreeBSD.org> | 2009-09-21 22:27:37 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-09-21 22:27:37 +0800 |
commit | c19f9a4d2254eb9b4032ce540bb2cbdca15f6bc4 (patch) | |
tree | 7ed925d154449d7fe095f71fe8f86b1d69a0073c /archivers/py-liblzma/Makefile | |
parent | 7c2bee01ca58eb44df5ce684951f3646113d48de (diff) | |
download | freebsd-ports-gnome-c19f9a4d2254eb9b4032ce540bb2cbdca15f6bc4.tar.gz freebsd-ports-gnome-c19f9a4d2254eb9b4032ce540bb2cbdca15f6bc4.tar.zst freebsd-ports-gnome-c19f9a4d2254eb9b4032ce540bb2cbdca15f6bc4.zip |
lzmautils-devel -> xz
Feature safe: yes
Diffstat (limited to 'archivers/py-liblzma/Makefile')
-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+ |