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 /graphics/s10sh | |
parent | 6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff) | |
download | ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.tar.gz ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.zip |
Notes
Diffstat (limited to 'graphics/s10sh')
-rw-r--r-- | graphics/s10sh/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index 38e0c6e320fe..65e1141a9a14 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -22,17 +22,8 @@ PORTDOCS= README OPTIONS_DEFINE= USB -.include <bsd.port.pre.mk> .include <bsd.port.options.mk> -.if ${OSVERSION} < 800069 -. if ${PORT_OPTIONS:MUSB} -LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb -. else -MAKE_ENV+= WITHOUT_USB=YES -. endif -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ |