diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 15:51:16 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 15:51:16 +0000 |
commit | b0533230a5dc0d2805b7e7bc9d84de5193b5f32d (patch) | |
tree | 06488cf5d0a666243bc87a55c904edf7520f8ef2 /sysutils/nut22 | |
parent | Update to version 0.7.2 (diff) |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
Notes
Notes:
svn path=/head/; revision=315474
Diffstat (limited to 'sysutils/nut22')
-rw-r--r-- | sysutils/nut22/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index 02391cc47ed3..c3cc8ffe1a3c 100644 --- a/sysutils/nut22/Makefile +++ b/sysutils/nut22/Makefile @@ -93,11 +93,7 @@ PLIST_SUB+= NUT_SERIAL="@comment " .endif .if ${PORT_OPTIONS:MUSB} -. if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb -. else EXTRA_PATCHES= ${FILESDIR}/extra-patch-m4_nut_check_libusb.m4 -. endif CONFIGURE_ARGS+= --with-usb=auto MAN8+= bcmxcp_usb.8 megatec_usb.8 tripplite_usb.8 usbhid-ups.8 PLIST_SUB+= NUT_USB="" |