diff options
-rw-r--r-- | graphics/gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 0677fc4f291..93f5c06e624 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/02/09 14:21:16 bad Exp $ +# $NetBSD: Makefile,v 1.9 1999/02/09 14:47:58 bad Exp $ # DISTNAME= gnuplot-3.7 @@ -12,5 +12,6 @@ HOMEPAGE= http://www.gnu.org/software/gnuplot/gnuplot.html USE_X11= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-gd --without-png --without-plot --with-x .include "../../mk/bsd.pkg.mk" |