aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2011-10-14 18:04:12 +0800
committergabor <gabor@FreeBSD.org>2011-10-14 18:04:12 +0800
commit9c3307a3dc5fff5828f197743d50ae6340b877d8 (patch)
treeaa9d3757cab64d9a2816afc0122b11cd10d9c012 /textproc
parent276dd6889598aed768d3680711d43bc2ab7e9f46 (diff)
downloadfreebsd-ports-gnome-9c3307a3dc5fff5828f197743d50ae6340b877d8.tar.gz
freebsd-ports-gnome-9c3307a3dc5fff5828f197743d50ae6340b877d8.tar.zst
freebsd-ports-gnome-9c3307a3dc5fff5828f197743d50ae6340b877d8.zip
- Fix build on systems, where xz is not in the base system
Reported by: pointyhat (via pav)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/bsdgrep/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile
index d579c4a39b51..7867fe1049aa 100644
--- a/textproc/bsdgrep/Makefile
+++ b/textproc/bsdgrep/Makefile
@@ -47,6 +47,7 @@ CONFLICTS= gnugrep-*
.if !(${OSVERSION} >= 900012 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800505))
LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz
CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/bin
.endif
.if defined(WITHOUT_NLS)