diff options
author | simonb <simonb> | 2004-05-25 04:21:29 +0000 |
---|---|---|
committer | simonb <simonb> | 2004-05-25 04:21:29 +0000 |
commit | e9b11a0f95e51c2b2106292b1e8619e5e25d2441 (patch) | |
tree | 1c7f4780c5822bcf725d9cd413fab7826f5126ef /textproc/wdiff | |
parent | d73e440333cec0311a27f028b035fb4067837f7f (diff) | |
download | pkgsrc-e9b11a0f95e51c2b2106292b1e8619e5e25d2441.tar.gz |
Add "CONFIGURE_HAS_INFODIR=no" to get this package building.
Diffstat (limited to 'textproc/wdiff')
-rw-r--r-- | textproc/wdiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index 04db5612d59..2e276c6198e 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/08/18 07:46:15 seb Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/25 04:21:29 simonb Exp $ # DISTNAME= wdiff-0.5 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/wdiff/wdiff.html COMMENT= Word-by-word diff GNU_CONFIGURE= yes +CONFIGURE_HAS_INFODIR= no USE_MAKEINFO= yes INFO_FILES= wdiff.info |