From fbf4d293373e010ae74dd9adfdc4325d958cf8f3 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Fri, 14 Oct 2011 10:04:12 +0000 Subject: [PATCH] - Fix build on systems, where xz is not in the base system Reported by: pointyhat (via pav) --- textproc/bsdgrep/Makefile | 1 + 1 file changed, 1 insertion(+) 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)