diff options
author | drochner <drochner@pkgsrc.org> | 2011-12-19 13:28:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-12-19 13:28:59 +0000 |
commit | d14bcf8a9370b28931c2ec72b95c88f177d30418 (patch) | |
tree | bdf7842bbcd6e684c511e0af3cc7e8c647b4f5c5 /cad/gtkwave/Makefile | |
parent | 2af63f0e1afd0cb5d50f91fa4a7f552999a35b0f (diff) | |
download | pkgsrc-d14bcf8a9370b28931c2ec72b95c88f177d30418.tar.gz |
revert previous -- the program just doesn't work if built with tcl
instead, explicitely disable it so that it doesn't get picked up
accidentally
Diffstat (limited to 'cad/gtkwave/Makefile')
-rw-r--r-- | cad/gtkwave/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index 10017246bb6..a68761c1ef0 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2011/12/18 19:22:50 dholland Exp $ +# $NetBSD: Makefile,v 1.37 2011/12/19 13:28:59 drochner Exp $ # DISTNAME= gtkwave-3.3.28 @@ -15,12 +15,11 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-tcl USE_TOOLS+= gmake pkg-config PTHREAD_AUTO_VARS= yes -.include "../../lang/tcl/buildlink3.mk" -.include "../../x11/tk/buildlink3.mk" .include "../../archivers/bzip2/buildlink3.mk" .include "../../archivers/xz/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |