diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-16 23:49:11 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-16 23:49:11 +0000 |
commit | cd4ae33c3ba288c473ed3d7de30a1e7558c29402 (patch) | |
tree | 07a406b8fd2851a452a82eaab70e6fe3a4847e32 /graphics | |
parent | 66fe0e2d0526f4231c0b87a2b4889fea1591ae01 (diff) | |
download | pkgsrc-cd4ae33c3ba288c473ed3d7de30a1e7558c29402.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/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} |