diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-30 03:53:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-30 03:53:32 +0800 |
commit | 0571b14c00f5a7528a15ea7f9a8bd2e54d760365 (patch) | |
tree | 2be6d0ef0cad1212c14fa8d15472dee6cfd2f77e /print/py-cups | |
parent | 2f6346f310f7be80bf80f7106e5c9fdcdfd66b7b (diff) | |
download | freebsd-ports-gnome-0571b14c00f5a7528a15ea7f9a8bd2e54d760365.tar.gz freebsd-ports-gnome-0571b14c00f5a7528a15ea7f9a8bd2e54d760365.tar.zst freebsd-ports-gnome-0571b14c00f5a7528a15ea7f9a8bd2e54d760365.zip |
- Use USES=tar:bzip2
Diffstat (limited to 'print/py-cups')
-rw-r--r-- | print/py-cups/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 65e3918368be..81ae77e0f93f 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -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> |