diff options
Diffstat (limited to 'graphics/s10sh/Makefile')
-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/ |