aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2010-09-09 08:18:20 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2010-09-09 08:18:20 +0000
commit2822226c4b2c05c72dc72a1acead9afd2ccf38e4 (patch)
tree6f98288e09c299677c896eb1094aa34ef79f4b53 /astro
parent01bba914437c62c6ebc2035e89d09c90430aab36 (diff)
downloadports-2822226c4b2c05c72dc72a1acead9afd2ccf38e4.tar.gz
ports-2822226c4b2c05c72dc72a1acead9afd2ccf38e4.zip
Populate some *FLAGS when compiling with devel/libusb. No revision bump.
Notes
Notes: svn path=/head/; revision=260833
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>