Index: print/hplip/Makefile =================================================================== RCS file: /usr/local/freebsdcvs/ports/print/hplip/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- print/hplip/Makefile 17 May 2010 13:16:56 -0000 1.32 +++ print/hplip/Makefile 22 May 2010 01:30:31 -0000 @@ -15,7 +15,10 @@ 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 @@ 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 \