diff options
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 1fb07ba630d..f85d1bc2e2a 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/09/23 13:54:25 salo Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/23 14:27:34 xtraeme Exp $ # DISTNAME= dovecot-0.99.10 @@ -23,7 +23,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --localstatedir=/var -CONFIGURE_ARGS+= --with-ssldir=/etc/openssl +CONFIGURE_ARGS+= --with-ssldir=${SSLCERTS} .include "../../mk/bsd.prefs.mk" |