diff options
author | seb <seb@pkgsrc.org> | 2003-06-26 22:01:14 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-26 22:01:14 +0000 |
commit | 473e68daf4d2e1eb42791fe506a101772855a6d2 (patch) | |
tree | b2eb0e6232af97a4167d8d8d39ab9f10e1b08d44 /cad/dinotrace/Makefile | |
parent | 7c45ce0c733fb73ea3dd40ca847d4b1164fcbfc2 (diff) | |
download | pkgsrc-473e68daf4d2e1eb42791fe506a101772855a6d2.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'cad/dinotrace/Makefile')
-rw-r--r-- | cad/dinotrace/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 4f2e6e8f41d..31038168383 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/03/23 20:57:42 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.21 2003/06/26 22:01:14 seb Exp $ # DISTNAME= dinotrace-9.1i @@ -15,7 +15,8 @@ USE_BUILDLINK2= YES USE_X11BASE= YES GNU_CONFIGURE= YES USE_PERL5= build +USE_NEW_TEXINFO= YES +INFO_FILES= dinotrace.info .include "../../mk/motif.buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |