diff options
author | seb <seb> | 2003-08-18 07:46:15 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-18 07:46:15 +0000 |
commit | dc001ca994aec84685f19115189ce47d8285e52a (patch) | |
tree | 161468b4881d5e40b7e1cacea15099c97d318e64 /textproc | |
parent | e5ecbce6a34d5d60b2075223d1620e13203c392e (diff) | |
download | pkgsrc-dc001ca994aec84685f19115189ce47d8285e52a.tar.gz |
I have missed a USE_MAKEINFO=yes here, without buildlink2 enabled for
this package it had only been caught by tools.mk's overriding script.
Diffstat (limited to 'textproc')
-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 69437e3acb2..04db5612d59 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/08/09 11:27:50 seb Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/18 07:46:15 seb Exp $ # DISTNAME= wdiff-0.5 @@ -11,6 +11,7 @@ COMMENT= Word-by-word diff GNU_CONFIGURE= yes +USE_MAKEINFO= yes INFO_FILES= wdiff.info .include "../../mk/bsd.pkg.mk" |