pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot Tell gnuplot not to install lisp file...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9437d6eacec1
branches:  trunk
changeset: 477318:9437d6eacec1
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Jun 29 18:10:53 2004 +0000

description:
Tell gnuplot not to install lisp files by default.

Patch supplied by Kouichirou Hiratsuka <hira (at) po6.nsk.ne.jp> in PR#26111.

Thanks.

diffstat:

 graphics/gnuplot/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1cd4f1b99d79 -r 9437d6eacec1 graphics/gnuplot/Makefile.common
--- a/graphics/gnuplot/Makefile.common  Tue Jun 29 18:05:34 2004 +0000
+++ b/graphics/gnuplot/Makefile.common  Tue Jun 29 18:10:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2004/06/26 06:40:08 grant Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/06/29 18:10:53 adrianp Exp $
 #
 
 DISTNAME=              gnuplot-4.0.0
@@ -24,6 +24,7 @@
 CONFIGURE_ARGS+=       --with-pdf
 CONFIGURE_ARGS+=       --with-plot=${LOCALBASE}
 CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.readline}
+CONFIGURE_ARGS+=       --without-lisp-files
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../graphics/gd/buildlink3.mk"



Home | Main Index | Thread Index | Old Index