summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-02-16 23:49:11 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-02-16 23:49:11 +0000
commit15e1ff32dfef02332556b6e0b6cc79269a32d2f3 (patch)
tree07a406b8fd2851a452a82eaab70e6fe3a4847e32 /graphics
parent340e06d52173beb2332dbb907883a2a187ee4fb7 (diff)
downloadpkgsrc-15e1ff32dfef02332556b6e0b6cc79269a32d2f3.tar.gz
since we do not have the csharp stuff in the PLIST, explicitly do not build it
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 8c83fd78974..d804b62d10b 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -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_LIBTOOL= yes
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}