summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-02-09 14:21:16 +0000
committerbad <bad@pkgsrc.org>1999-02-09 14:21:16 +0000
commitacd4e814297c461b1359dfa57805a8c4e82561f0 (patch)
tree3e8bba89df9c7a84db2d807c93b0fecc8fc80dd0 /graphics/gnuplot
parent0c461cd00ea32ca874a4e74d81db59cc36638a82 (diff)
downloadpkgsrc-acd4e814297c461b1359dfa57805a8c4e82561f0.tar.gz
USE_X11
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r--graphics/gnuplot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index b1a51493971..0677fc4f291 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/01/25 18:47:38 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 1999/02/09 14:21:16 bad Exp $
#
DISTNAME= gnuplot-3.7
@@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ \
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.gnu.org/software/gnuplot/gnuplot.html
+USE_X11= yes
+
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"