summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-19 20:20:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-19 20:20:52 +0000
commitd66fcceab8934e6604088b53e303fa56aaf58084 (patch)
tree3e10c701f06631e06343d4a5320926425a84f03f
parentd4fc6e9864f8843a52971e708be4f213e31d043b (diff)
downloadfreebsd-ports-d66fcceab8934e6604088b53e303fa56aaf58084.zip
- Use USES=localbase
-rw-r--r--print/py-cups/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile
index 7387ce412472..122841c9c95b 100644
--- a/print/py-cups/Makefile
+++ b/print/py-cups/Makefile
@@ -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>