diff options
author | obache <obache@pkgsrc.org> | 2011-05-09 12:02:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-09 12:02:59 +0000 |
commit | b0fe25bf71c5f3c721685d0c375cf330bd49b864 (patch) | |
tree | 4db8210f1c996167585da7884241faf7fed20802 /mail/alpine | |
parent | 0350997a8656b69cac9846ee9885d7db6dda431a (diff) | |
download | pkgsrc-b0fe25bf71c5f3c721685d0c375cf330bd49b864.tar.gz |
exactly disable tcl detection, for PR#44945.
Tcl is just required for Web Alpine Support, but not installed now.
Diffstat (limited to 'mail/alpine')
-rw-r--r-- | mail/alpine/Makefile | 4 |
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 |