aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--astro/fowsr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/astro/fowsr/Makefile b/astro/fowsr/Makefile
index 042e6229f823..703bfc341f44 100644
--- a/astro/fowsr/Makefile
+++ b/astro/fowsr/Makefile
@@ -38,6 +38,9 @@ do-install:
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb
+CFLAGS+= -I${PREFIX}/include
+LDFLAGS+= "-L${PREFIX}/lib"
+MAKE_ENV+= "LDFLAGS=${LDFLAGS}"
.endif
.include <bsd.port.post.mk>