From b0fe25bf71c5f3c721685d0c375cf330bd49b864 Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 9 May 2011 12:02:59 +0000 Subject: exactly disable tcl detection, for PR#44945. Tcl is just required for Web Alpine Support, but not installed now. --- mail/alpine/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/alpine') diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index c23c0ca2066..d0681a2562e 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -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 -- cgit v1.2.3