diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-10-19 08:37:27 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-10-19 08:37:27 +0000 |
commit | 390159bd1cb869e21892b6130898f93bf24bb855 (patch) | |
tree | fb99c22fc9d6bd4e1b28b8ab0197d38903583a3f /textproc/bsdgrep | |
parent | 321cbda1eeb48ff4efc475f331cd1c927a864a98 (diff) |
- s|${LOCALBASE}/bin|${LOCALBASE}/lib| to fix build on 7.X
Submitted by: pav
Notes
Notes:
svn path=/head/; revision=283896
Diffstat (limited to 'textproc/bsdgrep')
-rw-r--r-- | textproc/bsdgrep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile index 7867fe1049aa..eac84329c25f 100644 --- a/textproc/bsdgrep/Makefile +++ b/textproc/bsdgrep/Makefile @@ -47,7 +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 +LDFLAGS+= -L${LOCALBASE}/lib .endif .if defined(WITHOUT_NLS) |