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/libnjb | |
parent | 6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff) | |
download | ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.tar.gz ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.zip |
Notes
Diffstat (limited to 'audio/libnjb')
-rw-r--r-- | audio/libnjb/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/libnjb/Makefile b/audio/libnjb/Makefile index f13f8cbfa160..7b893933bfb5 100644 --- a/audio/libnjb/Makefile +++ b/audio/libnjb/Makefile @@ -35,10 +35,6 @@ CONFIGURE_ENV+= ac_cv_prog_HAVE_DOXYGEN=no .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb -.endif - post-patch: @${REINPLACE_CMD} -e \ '/^SHOW_DIRECTORIES/d' ${WRKSRC}/doc/Doxyfile.in |