pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz since we do not have the csharp stuf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7f3d9311a2a
branches:  trunk
changeset: 525389:c7f3d9311a2a
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Feb 16 23:49:11 2007 +0000

description:
since we do not have the csharp stuff in the PLIST, explicitly do not build it

diffstat:

 graphics/graphviz/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 3eb472ebde98 -r c7f3d9311a2a graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Fri Feb 16 22:58:30 2007 +0000
+++ b/graphics/graphviz/Makefile        Fri Feb 16 23:49:11 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2007/01/20 13:49:03 joerg Exp $
+# $NetBSD: Makefile,v 1.55 2007/02/16 23:49:11 dmcmahill Exp $
 
 DISTNAME=      graphviz-2.12
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.graphviz.org/pub/graphviz/ARCHIVE/
 
@@ -20,6 +20,7 @@
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-gtk
+CONFIGURE_ARGS+=       --disable-sharp
 CONFIGURE_ENV+=                TCLCONFIG=${TCLCONFIG_SH:Q}
 CONFIGURE_ENV+=                TKCONFIG=${TKCONFIG_SH:Q}
 CONFIGURE_ENV+=                X11PREFIX=${X11PREFIX:Q} X11BASE=${X11BASE:Q}



Home | Main Index | Thread Index | Old Index