diff options
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> |