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 /palm | |
parent | 6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff) |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
Notes
Notes:
svn path=/head/; revision=315474
Diffstat (limited to 'palm')
-rw-r--r-- | palm/barry/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/palm/barry/Makefile b/palm/barry/Makefile index ef1b119d4d67..b1e57288d0dd 100644 --- a/palm/barry/Makefile +++ b/palm/barry/Makefile @@ -27,12 +27,8 @@ OPENSYNC_DESC= Build the OpenSync plugin .include <bsd.port.options.mk> -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb -.else CONFIGURE_ENV+= LIBUSB_LIBS="-lusb" LIBUSB_CFLAGS="-I/usr/include" BROKEN= does not configure -.endif .if ${PORT_OPTIONS:MGUI} LIB_DEPENDS+= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ |