diff options
author | garbled <garbled@pkgsrc.org> | 2005-12-29 23:01:51 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2005-12-29 23:01:51 +0000 |
commit | c8fc1e1a07c2c8eaeac5d1b04e4dd305cc5f1483 (patch) | |
tree | 16a8d13d0598da58f8fc0304d7218286deaffa73 /graphics | |
parent | 5bd2a0927e1cd4e74f27386441e4d96954de7876 (diff) | |
download | pkgsrc-c8fc1e1a07c2c8eaeac5d1b04e4dd305cc5f1483.tar.gz |
Enable the history file in gnuplot per PR pkg/32139. Bump pkgrev to 3
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/Makefile | 4 | ||||
-rw-r--r-- | graphics/gnuplot/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 0fdf697a36a..9c792e29060 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2005/06/01 18:02:56 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2005/12/29 23:01:51 garbled Exp $ # -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= gplot CATEGORIES+= x11 diff --git a/graphics/gnuplot/Makefile.common b/graphics/gnuplot/Makefile.common index 1e5511cbd35..ea435092a7b 100644 --- a/graphics/gnuplot/Makefile.common +++ b/graphics/gnuplot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2005/12/05 23:55:08 rillig Exp $ +# $NetBSD: Makefile.common,v 1.6 2005/12/29 23:01:51 garbled Exp $ # DISTNAME= gnuplot-4.0.0 @@ -21,6 +21,7 @@ USE_MAKEINFO= YES INFO_FILES= gnuplot.info CONFIGURE_ARGS+= --with-pdf +CONFIGURE_ARGS+= --enable-history-file CONFIGURE_ARGS+= --with-plot=${PREFIX:Q} CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} CONFIGURE_ARGS+= --without-lisp-files |