diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:20:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:20:52 +0800 |
commit | 817aaab5e94965f7a419e2aa9582273061a13d72 (patch) | |
tree | 3e10c701f06631e06343d4a5320926425a84f03f /print | |
parent | d2449650dc88258ccd87c962ca1e22b9a6843873 (diff) | |
download | freebsd-ports-gnome-817aaab5e94965f7a419e2aa9582273061a13d72.tar.gz freebsd-ports-gnome-817aaab5e94965f7a419e2aa9582273061a13d72.tar.zst freebsd-ports-gnome-817aaab5e94965f7a419e2aa9582273061a13d72.zip |
- Use USES=localbase
Diffstat (limited to 'print')
-rw-r--r-- | print/py-cups/Makefile | 4 |
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> |