summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
authorgarbled <garbled>2005-12-29 23:01:51 +0000
committergarbled <garbled>2005-12-29 23:01:51 +0000
commit0605a50d8822b2c35f19d044b1a62d449536b9d5 (patch)
tree16a8d13d0598da58f8fc0304d7218286deaffa73 /graphics/gnuplot
parent4e15988058bcc4376481e51574cdf37c77c3c854 (diff)
downloadpkgsrc-0605a50d8822b2c35f19d044b1a62d449536b9d5.tar.gz
Enable the history file in gnuplot per PR pkg/32139. Bump pkgrev to 3
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r--graphics/gnuplot/Makefile4
-rw-r--r--graphics/gnuplot/Makefile.common3
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