diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-22 14:33:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-22 14:33:23 +0800 |
commit | 2a130483998d8be9f4f24c1059a9be43a4bbfc3e (patch) | |
tree | b5aaa7c31282cd61530593679e91dd9c7f97a90e | |
parent | 37eb7adf5c01c63aeca248c7a7c7dd1e15429cd2 (diff) | |
download | freebsd-ports-gnome-2a130483998d8be9f4f24c1059a9be43a4bbfc3e.tar.gz freebsd-ports-gnome-2a130483998d8be9f4f24c1059a9be43a4bbfc3e.tar.zst freebsd-ports-gnome-2a130483998d8be9f4f24c1059a9be43a4bbfc3e.zip |
- Add missing dependency
PR: 146807
Reported by: Peter Jeremy <peterjeremy@acm.org>
Patched by: maintainer
-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 \ |