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
This commit is contained in:
parent
2af63f0e1a
commit
d14bcf8a93
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue