summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-05-09 12:02:59 +0000
committerobache <obache@pkgsrc.org>2011-05-09 12:02:59 +0000
commit1da7269b6473262eb708b58d32a1d525b67f3546 (patch)
tree4db8210f1c996167585da7884241faf7fed20802
parentffc7512a65eac9e65b0c1f328465561155a93520 (diff)
downloadpkgsrc-1da7269b6473262eb708b58d32a1d525b67f3546.tar.gz
exactly disable tcl detection, for PR#44945.
Tcl is just required for Web Alpine Support, but not installed now.
-rw-r--r--mail/alpine/Makefile4
1 files changed, 3 insertions, 1 deletions
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