summaryrefslogtreecommitdiff
path: root/print/hplip
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-05-22 06:33:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-05-22 06:33:23 +0000
commit80a04a58b6e7b8d2c242d36089849860214138c1 (patch)
tree35efd78a45bc5527292abeb772b8fe58bd38d7ae /print/hplip
parentUpdate to 1.0.2. (diff)
- Add missing dependency
PR: 146807 Reported by: Peter Jeremy <peterjeremy@acm.org> Patched by: maintainer
Notes
Notes: svn path=/head/; revision=254803
Diffstat (limited to 'print/hplip')
-rw-r--r--print/hplip/Makefile11
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 \