exactly disable tcl detection, for PR#44945.
Tcl is just required for Web Alpine Support, but not installed now.
This commit is contained in:
parent
0350997a86
commit
b0fe25bf71
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.22 2010/12/11 20:32:32 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2011/05/09 12:02:59 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= alpine-2.00
|
||||
|
@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE:Q}
|
||||
CONFIGURE_ARGS+= --with-system-pinerc=${PKG_SYSCONFDIR}/pine.conf
|
||||
CONFIGURE_ARGS+= --with-system-fixed-pinerc=${PKG_SYSCONFDIR}/pine.conf.fixed
|
||||
# disabled, for Web Alpine Support
|
||||
CONFIGURE_ARGS+= --without-tcl
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue