aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lcdproc
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 /sysutils/lcdproc
parentecec69fbc311162911f66439dedf61b8176ef964 (diff)
downloadports-4e4178dab5c2825019e9652f1ba4f102253a31df.tar.gz
ports-4e4178dab5c2825019e9652f1ba4f102253a31df.zip
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 'sysutils/lcdproc')
-rw-r--r--sysutils/lcdproc/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile
index a2627973b702..89ad90b58f9d 100644
--- a/sysutils/lcdproc/Makefile
+++ b/sysutils/lcdproc/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= bsdfan@nurfuerspam.de
-COMMENT= A client/server suite for LCD devices
+COMMENT= Client/server suite for LCD devices
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -77,12 +77,7 @@ LCDPROC_DRIVERS=bayrad \
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MUSB}
-. if ${OSVERSION} < 800069
-LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb
-CONFIGURE_ARGS+= --with-libusb
-. else
CONFIGURE_ARGS+= --with-libusb=/usr
-. endif
PLIST_SUB+= USB=""
LCDPROC_DRIVERS+=IOWarrior \
picolcd \