diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-08 15:57:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-08 15:57:38 +0000 |
commit | fe4563841bee69dbc6386f83a7c6df093d42b9e8 (patch) | |
tree | 6f051c033125a2148c867bbc3cc532f3d61bdf04 /textproc/wdiff/Makefile | |
parent | - Update to 20101107 (diff) |
- Fix build by letting configure come up with its own value of ${CPP}
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=264253
Diffstat (limited to 'textproc/wdiff/Makefile')
-rw-r--r-- | textproc/wdiff/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index 5729f6689d40..0306f859963f 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -16,6 +16,7 @@ MAINTAINER= sanpei@FreeBSD.org COMMENT= Display word differences between text files GNU_CONFIGURE= yes +CPP= # MAN1= wdiff.1 INFO= wdiff |