diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-14 23:34:58 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-14 23:34:58 +0000 |
commit | 19b419a2d7b217b6d22c9f638148439649e4c931 (patch) | |
tree | 6ed4081c621e183ac5c7e0383883b0da6a730447 /textproc | |
parent | af9ae8edb2cf8b9c0cc0770376c6f7d98a344b4c (diff) |
- Add -I${LOCALBASE}/include to CFLAGS for older systems where xz tools
are installed as a dependency
Reported by: pointyhat (via linimon)
Notes
Notes:
svn path=/head/; revision=281787
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 7784e371c8d6..84eee512ddd8 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 .endif .if defined(WITHOUT_NLS) |