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 /comms/gnokii | |
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 'comms/gnokii')
-rw-r--r-- | comms/gnokii/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 30661da03d94..1fe84c8682ae 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -63,12 +63,8 @@ LIB_DEPENDS+= ical:${PORTSDIR}/devel/libical CONFIGURE_ARGS+= --disable-libical .endif -.if ${OSVERSION} < 800069 -. if ${PORT_OPTIONS:MUSB} -LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb -. else +. if ! ${PORT_OPTIONS:MUSB} CONFIGURE_ARGS+= --disable-libusb -. endif .endif .if ${PORT_OPTIONS:MPCSC} |