summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-26 10:12:03 +0000
committerjlam <jlam@pkgsrc.org>2001-11-26 10:12:03 +0000
commitb11ce0740a76fd8d23f3c4e64dfef058d3be8a2d (patch)
tree17264a8275811bfdf4e8615eb2d7dbbc2b6cc098 /graphics
parentc360e336b07d61a6ff0257f5a3dcd70ae2cac813 (diff)
downloadpkgsrc-b11ce0740a76fd8d23f3c4e64dfef058d3be8a2d.tar.gz
Strongly buildlinkify.
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"