diff options
author | dmcmahill <dmcmahill> | 2007-02-16 23:49:11 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2007-02-16 23:49:11 +0000 |
commit | 79061fe2f62100290409179118aa52e4b42ac384 (patch) | |
tree | 07a406b8fd2851a452a82eaab70e6fe3a4847e32 /graphics/graphviz | |
parent | ebf2d8e8616645ed902ed7c7e27b29daab3de23e (diff) | |
download | pkgsrc-79061fe2f62100290409179118aa52e4b42ac384.tar.gz |
since we do not have the csharp stuff in the PLIST, explicitly do not build it
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 5 |
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} |