diff options
author | gabor <gabor@FreeBSD.org> | 2011-10-14 18:04:12 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2011-10-14 18:04:12 +0800 |
commit | 9c3307a3dc5fff5828f197743d50ae6340b877d8 (patch) | |
tree | aa9d3757cab64d9a2816afc0122b11cd10d9c012 /textproc | |
parent | 276dd6889598aed768d3680711d43bc2ab7e9f46 (diff) | |
download | freebsd-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/Makefile | 1 |
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) |