diff options
author | seb <seb> | 2003-08-09 10:49:07 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-09 10:49:07 +0000 |
commit | 13dd9ef109df96ae3b8e05fa17512c0d192edda5 (patch) | |
tree | 4f6f8b11d792cd5dcb2a1e6d660a3d343fb96c50 /graphics/gnuplot/Makefile | |
parent | 24a7d52876906cf979392c257e1ff98d8ad6886b (diff) | |
download | pkgsrc-13dd9ef109df96ae3b8e05fa17512c0d192edda5.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'graphics/gnuplot/Makefile')
-rw-r--r-- | graphics/gnuplot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 8240298cf86..43fbb1f08a8 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/07/21 16:51:43 martti Exp $ +# $NetBSD: Makefile,v 1.25 2003/08/09 10:53:27 seb Exp $ # DISTNAME= gnuplot-3.7.3 @@ -21,7 +21,6 @@ USE_BUILDLINK2= YES USE_GNU_READLINE= YES USE_X11= YES -USE_NEW_TEXINFO= YES INFO_FILES= gnuplot.info CONFIGURE_ARGS+= --with-pdf |