Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:20:52 +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: r399762 - head/print/py-cups
Message-ID:  <201510192020.t9JKKqX2029352@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510192020.t9JKKqX2029352>