diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-22 06:33:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-22 06:33:23 +0000 |
commit | 80a04a58b6e7b8d2c242d36089849860214138c1 (patch) | |
tree | 35efd78a45bc5527292abeb772b8fe58bd38d7ae /print/hplip | |
parent | 22031c240acfab1c863ca375e162663a7f9b21c3 (diff) | |
download | ports-80a04a58b6e7b8d2c242d36089849860214138c1.tar.gz ports-80a04a58b6e7b8d2c242d36089849860214138c1.zip |
Notes
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 8dd63118b5a2..854177c2705b 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -15,7 +15,10 @@ COMMENT= Drivers and utilities for HP Printers and All-in-One devices LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ sane.1:${PORTSDIR}/graphics/sane-backends \ - cups.2:${PORTSDIR}/print/cups-base + cupsdriver.1:${PORTSDIR}/print/cups-base \ + cups.2:${PORTSDIR}/print/cups-client \ + cupsimage.2:${PORTSDIR}/print/cups-image + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 \ espgs:${PORTSDIR}/print/cups-pstoraster \ foomatic-rip:${PORTSDIR}/print/foomatic-filters \ @@ -26,10 +29,14 @@ CONFLICTS= hpijs-[0-9]* hplip-2* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ - --disable-pp-build \ + --enable-pp-build \ --enable-foomatic-ppd-install \ --enable-foomatic-rip-hplip-install \ --enable-hpijs-install \ + --enable-hpijs-only-build \ + --enable-hpcups-only-build \ + --enable-hpcups-install \ + --enable-new-hpcups \ --with-icondir=${LOCALBASE}/share/applications \ --with-cupsbackenddir=${LOCALBASE}/libexec/cups/backend \ --with-cupsfilterdir=${LOCALBASE}/libexec/cups/filter \ |