diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2010-09-09 08:18:20 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2010-09-09 08:18:20 +0000 |
commit | 2822226c4b2c05c72dc72a1acead9afd2ccf38e4 (patch) | |
tree | 6f98288e09c299677c896eb1094aa34ef79f4b53 /astro | |
parent | 01bba914437c62c6ebc2035e89d09c90430aab36 (diff) | |
download | ports-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/Makefile | 3 |
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> |