From a0cab894f92a566ce784cdd2320f95c601dd490c Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Fri, 3 Sep 2010 08:27:26 +0000 Subject: Fix the port on systems where libusb does not come with the basesystem. No portrevision bump, no change for the packages where this was building successfully on pointyhat. --- astro/fowsr/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'astro') 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 +.include + +.if ${OSVERSION} < 800069 +LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb +.endif + +.include -- cgit v1.2.3