svn commit: r364918 - head/print/py-cups
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 15 03:02:26 UTC 2014
Author: sunpoet
Date: Fri Aug 15 03:02:25 2014
New Revision: 364918
URL: http://svnweb.freebsd.org/changeset/ports/364918
QAT: https://qat.redports.org/buildarchive/r364918/
Log:
- Use USES=python
Modified:
head/print/py-cups/Makefile
Modified: head/print/py-cups/Makefile
==============================================================================
--- head/print/py-cups/Makefile Fri Aug 15 03:02:21 2014 (r364917)
+++ head/print/py-cups/Makefile Fri Aug 15 03:02:25 2014 (r364918)
@@ -18,10 +18,8 @@ LIB_DEPENDS= libcups.so:${PORTSDIR}/prin
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>
More information about the svn-ports-all
mailing list