Date: Fri, 15 Aug 2014 03:02:26 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364918 - head/print/py-cups Message-ID: <201408150302.s7F32QxK076629@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150302.s7F32QxK076629>