summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-02-09 14:47:58 +0000
committerbad <bad@pkgsrc.org>1999-02-09 14:47:58 +0000
commit39cf4fc8c98c3b6e9b2fd9e5aac9b22479c9fdfa (patch)
tree2614cc29265f86141e2711658750049048cd2e6c /graphics/gnuplot
parentacd4e814297c461b1359dfa57805a8c4e82561f0 (diff)
downloadpkgsrc-39cf4fc8c98c3b6e9b2fd9e5aac9b22479c9fdfa.tar.gz
Be consistent: tell the configure script which graphics drivers to enable.
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r--graphics/gnuplot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 0677fc4f291..93f5c06e624 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/02/09 14:21:16 bad Exp $
+# $NetBSD: Makefile,v 1.9 1999/02/09 14:47:58 bad Exp $
#
DISTNAME= gnuplot-3.7
@@ -12,5 +12,6 @@ HOMEPAGE= http://www.gnu.org/software/gnuplot/gnuplot.html
USE_X11= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-gd --without-png --without-plot --with-x
.include "../../mk/bsd.pkg.mk"