diff options
Diffstat (limited to 'archivers/py-liblzma/Makefile')
-rw-r--r-- | archivers/py-liblzma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/py-liblzma/Makefile b/archivers/py-liblzma/Makefile index 4597a2b9b88..1d5e84c0f4d 100644 --- a/archivers/py-liblzma/Makefile +++ b/archivers/py-liblzma/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION} MAINTAINER= dbn@FreeBSD.org COMMENT= Python binding for the LZMA compression library -USE_PKGCONFIG= yes +USES= pkgconfig USE_BZIP2= yes USE_PYTHON= 2.6+ USE_PYDISTUTILS=yes |