diff options
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 90a3fc0512f..bf01518d69c 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2004/12/28 02:47:44 reed Exp $ +# $NetBSD: Makefile,v 1.31 2005/01/08 19:58:16 schmonz Exp $ -DISTNAME= dovecot-0.99.12.1 -PKGREVISION= 1 +DISTNAME= dovecot-0.99.13 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ @@ -18,18 +17,15 @@ COMMENT= Secure IMAP and POP3 server PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:S/.1$//} -USE_BUILDLINK3= YES -USE_LIBTOOL= YES -USE_PKGINSTALL= YES -GNU_CONFIGURE= YES +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +USE_PKGINSTALL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --with-ssldir=${SSLCERTS} -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE} - .include "../../mk/bsd.prefs.mk" .include "options.mk" |