diff options
author | jlam <jlam> | 2001-11-26 10:12:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-26 10:12:03 +0000 |
commit | 379389ca3988c9e1a94a098a73ef09809f11d6e7 (patch) | |
tree | 17264a8275811bfdf4e8615eb2d7dbbc2b6cc098 | |
parent | 5fde0a9f485b5938205a327a57606f4cbc1c1fb3 (diff) | |
download | pkgsrc-379389ca3988c9e1a94a098a73ef09809f11d6e7.tar.gz |
Strongly buildlinkify.
-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" |