aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2010-09-09 16:18:20 +0800
committernetchild <netchild@FreeBSD.org>2010-09-09 16:18:20 +0800
commit43a386da1f8dc4abca80bffe76c1cc4355685a78 (patch)
tree21168d68f3a1bf0563a573e0f646744517a38180 /astro
parent52da9d5ca07eab1598a6f655a3d8f64ab9bb7955 (diff)
downloadfreebsd-ports-gnome-43a386da1f8dc4abca80bffe76c1cc4355685a78.tar.gz
freebsd-ports-gnome-43a386da1f8dc4abca80bffe76c1cc4355685a78.tar.zst
freebsd-ports-gnome-43a386da1f8dc4abca80bffe76c1cc4355685a78.zip
Populate some *FLAGS when compiling with devel/libusb. No revision bump.
Diffstat (limited to 'astro')
-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>