diff options
Diffstat (limited to 'graphics/gnuplot/Makefile')
-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 789ed07e89a..3452f138150 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2012/11/12 22:02:43 bad Exp $ +# $NetBSD: Makefile,v 1.71 2012/11/18 01:56:20 joerg Exp $ DISTNAME= gnuplot-4.6.1 PKGREVISION= 1 @@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --with-plot=${PREFIX} CONFIGURE_ARGS+= --without-latex CONFIGURE_ARGS+= --without-lisp-files CONFIGURE_ARGS+= --without-tutorial +CONFIGURE_ARGS+= ac_cv_prog_EMACS= INFO_FILES= yes USE_LANGUAGES= c |