diff options
author | darcy <darcy@pkgsrc.org> | 2015-10-25 23:48:11 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2015-10-25 23:48:11 +0000 |
commit | c71dee8ca74d0c7c8501d81ffa85dfe58f4b742e (patch) | |
tree | 262167f1659fb4528b822e66d72453ef2a8edf53 | |
parent | e34f8f45bb3fec7fe1909877131e4e7b6f1ad824 (diff) | |
download | pkgsrc-c71dee8ca74d0c7c8501d81ffa85dfe58f4b742e.tar.gz |
Build with password file support.
-rw-r--r-- | mail/alpine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 2c9e8912e0e..3673ceca0c1 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2015/08/18 07:31:11 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/10/25 23:48:11 darcy Exp $ # DISTNAME= alpine-2.11 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= http://patches.freeiz.com/alpine/release/src/ EXTRACT_SUFX= .tar.xz @@ -19,6 +19,7 @@ CONFIGURE_ARGS+= --with-ssl-include-dir=${SSLBASE}/include CONFIGURE_ARGS+= --with-ssl-lib-dir=${SSLBASE}/lib CONFIGURE_ARGS+= --with-system-pinerc=${PKG_SYSCONFDIR}/pine.conf CONFIGURE_ARGS+= --with-system-fixed-pinerc=${PKG_SYSCONFDIR}/pine.conf.fixed +CONFIGURE_ARGS+= --with-passfile=.pine-passfile # disabled, for Web Alpine Support CONFIGURE_ARGS+= --without-tcl |