diff options
-rw-r--r-- | astro/fowsr/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/fowsr/Makefile b/astro/fowsr/Makefile index ae3e62d55d55..042e6229f823 100644 --- a/astro/fowsr/Makefile +++ b/astro/fowsr/Makefile @@ -34,4 +34,10 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fowsr ${PREFIX}/bin/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800069 +LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb +.endif + +.include <bsd.port.post.mk> |