aboutsummaryrefslogtreecommitdiff
path: root/textproc/bsdgrep
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2011-10-14 10:04:12 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2011-10-14 10:04:12 +0000
commitfbf4d293373e010ae74dd9adfdc4325d958cf8f3 (patch)
tree84c8855c8fb2e2b3901815c576644e3a859b057a /textproc/bsdgrep
parent4f6ebf9040dbc8c928157687e1751605de0d113f (diff)
downloadports-fbf4d293373e010ae74dd9adfdc4325d958cf8f3.tar.gz
ports-fbf4d293373e010ae74dd9adfdc4325d958cf8f3.zip
Notes
Diffstat (limited to 'textproc/bsdgrep')
-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)