diff options
Diffstat (limited to 'mail/re-alpine/Makefile')
-rw-r--r-- | mail/re-alpine/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/re-alpine/Makefile b/mail/re-alpine/Makefile index 4226843330b..3d1ca949042 100644 --- a/mail/re-alpine/Makefile +++ b/mail/re-alpine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/12/17 10:16:04 sbd Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/10 08:44:25 cheusov Exp $ # DISTNAME= re-alpine-2.01 @@ -19,8 +19,10 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "options.mk" GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE:Q} -# TODO: is this okay? +CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE} +CONFIGURE_ARGS+= --with-ssl-certs-dir=${SSLCERTS:Q} +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 |