summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2005-12-29 23:01:51 +0000
committergarbled <garbled@pkgsrc.org>2005-12-29 23:01:51 +0000
commit3a7285c482cbbf373d249e2a065b991b582c54cf (patch)
tree16a8d13d0598da58f8fc0304d7218286deaffa73
parent4f0ea4a8e4683d5ab06b987403b745a614b3e055 (diff)
downloadpkgsrc-3a7285c482cbbf373d249e2a065b991b582c54cf.tar.gz
Enable the history file in gnuplot per PR pkg/32139. Bump pkgrev to 3
-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