svn commit: r399762 - head/print/py-cups

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 19 20:20:54 UTC 2015


Author: sunpoet
Date: Mon Oct 19 20:20:52 2015
New Revision: 399762
URL: https://svnweb.freebsd.org/changeset/ports/399762

Log:
  - Use USES=localbase

Modified:
  head/print/py-cups/Makefile

Modified: head/print/py-cups/Makefile
==============================================================================
--- head/print/py-cups/Makefile	Mon Oct 19 20:20:48 2015	(r399761)
+++ head/print/py-cups/Makefile	Mon Oct 19 20:20:52 2015	(r399762)
@@ -16,10 +16,8 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client
 
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 USE_PYTHON=	autoplist concurrent distutils
-USES=		iconv python tar:bzip2
+USES=		iconv localbase python tar:bzip2
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list