aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-15 11:02:25 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-15 11:02:25 +0800
commit9bb652304b983b6747cf640b69b00ad9c3e17095 (patch)
tree1a10acf1525045d342e68b44ca9a48adb03e1bde
parent1be64ba9d952a432b899cdefd677bf1e9efe2a40 (diff)
downloadfreebsd-ports-gnome-9bb652304b983b6747cf640b69b00ad9c3e17095.tar.gz
freebsd-ports-gnome-9bb652304b983b6747cf640b69b00ad9c3e17095.tar.zst
freebsd-ports-gnome-9bb652304b983b6747cf640b69b00ad9c3e17095.zip
- Use USES=python
-rw-r--r--print/py-cups/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile
index bc509994596f..fee7c4ec8d80 100644
--- a/print/py-cups/Makefile
+++ b/print/py-cups/Makefile
@@ -18,10 +18,8 @@ LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= yes
-USES= iconv tar:bzip2
+PYTHON_FEATURES=autoplist,distutils
+USES= iconv python tar:bzip2
.include <bsd.port.pre.mk>