diff options
author | jlam <jlam@pkgsrc.org> | 2005-04-22 02:18:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-04-22 02:18:20 +0000 |
commit | bc0b927b48b5b7bc76d28fb6a8eeb7268a068024 (patch) | |
tree | 37c89d8bba1e96dcd1694a7754e00a3defdf5080 /graphics | |
parent | 07943b422d12aae9c846d72d82cf2a9829cb5f8b (diff) | |
download | pkgsrc-bc0b927b48b5b7bc76d28fb6a8eeb7268a068024.tar.gz |
Don't use the new tools framework yet... it's not ready for general use.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index a06c7a771a5..c1cf4d8a86f 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/04/20 12:37:57 seb Exp $ +# $NetBSD: Makefile,v 1.32 2005/04/22 02:18:20 jlam Exp $ # DISTNAME= graphviz-2.2.1 @@ -18,7 +18,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_X11= yes -USE_NEW_TOOLS= yes XAW_TYPE= standard PKGCONFIG_OVERRIDE= */*.pc */*/*.pc PKGCONFIG_OVERRIDE_STAGE= post-build |