summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnuplot/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index a9ed4f593e1..35dff234df9 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/10/18 15:20:21 veego Exp $
+# $NetBSD: Makefile,v 1.14 2001/11/26 10:12:03 jlam Exp $
#
DISTNAME= gnuplot-3.7.1
@@ -11,9 +11,8 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.cs.dartmouth.edu/gnuplot_info.html
COMMENT= gnuplot is a nice plotting utility
-USE_X11= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-gd --without-png --without-plot --with-x
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"