diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-26 10:12:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-26 10:12:03 +0000 |
commit | b11ce0740a76fd8d23f3c4e64dfef058d3be8a2d (patch) | |
tree | 17264a8275811bfdf4e8615eb2d7dbbc2b6cc098 /graphics | |
parent | c360e336b07d61a6ff0257f5a3dcd70ae2cac813 (diff) | |
download | pkgsrc-b11ce0740a76fd8d23f3c4e64dfef058d3be8a2d.tar.gz |
Strongly buildlinkify.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/Makefile | 9 |
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" |