diff options
author | seb <seb@pkgsrc.org> | 2003-07-03 19:01:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-03 19:01:08 +0000 |
commit | 2629425445f2580e110db657f501c2dc97f979ac (patch) | |
tree | 6e935c15c54306b00b809ce494c58c68fdfce609 /graphics/plplot/Makefile | |
parent | aa3e2e2d012a73279723619ffb3c28f79ebe019f (diff) | |
download | pkgsrc-2629425445f2580e110db657f501c2dc97f979ac.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'graphics/plplot/Makefile')
-rw-r--r-- | graphics/plplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile index 6dcb6ce0149..a8cf1b3b443 100644 --- a/graphics/plplot/Makefile +++ b/graphics/plplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/06/02 01:19:17 jschauma Exp $ +# $NetBSD: Makefile,v 1.26 2003/07/03 19:01:08 seb Exp $ DISTNAME= plplot-5.0.4 CATEGORIES= graphics @@ -50,6 +50,7 @@ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-itcl CONFIGURE_ARGS+= --disable-dp +USE_NEW_TEXINFO= YES INFO_FILES= plplotdoc.info post-extract: @@ -74,5 +75,4 @@ post-install: ${PREFIX}/share/doc/html/plplot .include "../../mk/autoconf.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |