1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Use USES=tar:bzip2

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-29 19:53:32 +00:00
parent fb6efb0f4b
commit 15cebad19c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349585

View File

@ -20,10 +20,9 @@ LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PYDISTUTILS_AUTOPLIST= yes
USE_BZIP2= yes
USE_PYDISTUTILS=yes
USE_PYTHON= yes
USES= iconv
USES= iconv tar:bzip2
.include <bsd.port.pre.mk>