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 /audio/ifp-line | |
parent | 6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff) | |
download | ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.tar.gz ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.zip |
Notes
Diffstat (limited to 'audio/ifp-line')
-rw-r--r-- | audio/ifp-line/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile index f1bb76cf04cf..80dcae8a91fb 100644 --- a/audio/ifp-line/Makefile +++ b/audio/ifp-line/Makefile @@ -25,11 +25,7 @@ PLIST_FILES+= bin/ifp .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb -.else LDFLAGS+= -lusb -.endif post-patch: @${REINPLACE_CMD} -e \ |