From f5d05ea54d1f80ecd08c5809a3ce5e1594e34eaa Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Mon, 9 Mar 2009 17:15:43 +0000 Subject: - Chase libusb20 rename in r189585. - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi --- print/hplip/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'print/hplip') diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 78f07fc5d5e3..6078d44e9e0b 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -18,7 +18,6 @@ COMMENT= Drivers and utilities for HP Printers and All-in-One devices LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ sane.1:${PORTSDIR}/graphics/sane-backends \ cups.2:${PORTSDIR}/print/cups-base \ - usb:${PORTSDIR}/devel/libusb \ netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 \ @@ -54,6 +53,10 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} IJSVER=2.7.4 .include +.if ${OSVERSION} < 800069 +LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb +.endif + .if !defined(WITHOUT_GUI) || exists(${LOCALBASE}/bin/pylupdate) RUN_DEPENDS+= pylupdate:${PORTSDIR}/x11-toolkits/py-qt CONFIGURE_ARGS+= --enable-gui-build -- cgit v1.2.3