diff options
author | rene <rene@FreeBSD.org> | 2013-04-30 00:43:05 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-04-30 00:43:05 +0800 |
commit | 4474a0cc08c5d35a6a333ccf61e822717d7440fa (patch) | |
tree | a101ccfbdb487a4c9c92a67d6d88ac8775e3362a /x11 | |
parent | 6d3249226ec6077a65ecc9129a6a4a11b61b2d09 (diff) | |
download | freebsd-ports-gnome-4474a0cc08c5d35a6a333ccf61e822717d7440fa.tar.gz freebsd-ports-gnome-4474a0cc08c5d35a6a333ccf61e822717d7440fa.tar.zst freebsd-ports-gnome-4474a0cc08c5d35a6a333ccf61e822717d7440fa.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)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-workspace/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 30b772221786..697994a71f51 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -124,10 +124,6 @@ RUN_DEPENDS+= ${KDE4_PREFIX}/share/wallpapers/Horos/metadata.desktop:${PORTSDIR} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb -.endif - .if ${OSVERSION} < 900004 LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter .endif |