summaryrefslogtreecommitdiff
path: root/print/hplip
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-04-29 16:43:05 +0000
committerRene Ladan <rene@FreeBSD.org>2013-04-29 16:43:05 +0000
commit4e4178dab5c2825019e9652f1ba4f102253a31df (patch)
treea101ccfbdb487a4c9c92a67d6d88ac8775e3362a /print/hplip
parent- Add libevent-2.0 option (diff)
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=316831
Diffstat (limited to 'print/hplip')
-rw-r--r--print/hplip/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index 8027193162df..c0f440632161 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -85,16 +85,7 @@ XSANE_DESC= Install XSane for scanning (requires SCAN)
.include <bsd.port.options.mk>
-.if ${OSVERSION} < 800067
-EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-strnlen
-.endif
-
-.if ${OSVERSION} < 800069
-LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb
-USB_INCLUDE= ${LOCALBASE}/include
-.else
USB_INCLUDE= /usr/include
-.endif
.if ${PORT_OPTIONS:MQT}
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \