diff options
author | seb <seb> | 2003-07-03 19:01:08 +0000 |
---|---|---|
committer | seb <seb> | 2003-07-03 19:01:08 +0000 |
commit | 0bbce553a2e5b4220360fda461a66ee16a9c6a84 (patch) | |
tree | 6e935c15c54306b00b809ce494c58c68fdfce609 /graphics/plplot/Makefile | |
parent | a12dab374023a50a70c6f970b023c10a8457f4b2 (diff) | |
download | pkgsrc-0bbce553a2e5b4220360fda461a66ee16a9c6a84.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" |