summaryrefslogtreecommitdiff
path: root/mail/re-alpine
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-02-10 08:44:01 +0000
committercheusov <cheusov>2012-02-10 08:44:01 +0000
commit0aa9ca60524d2f337b6ab73ac6d91b955de49e1d (patch)
treeacd4954fc233948d83c6800eca7458ae83ab08b0 /mail/re-alpine
parent54af482cc5a1f4916c935ceb57a688958e5e3d9f (diff)
downloadpkgsrc-0aa9ca60524d2f337b6ab73ac6d91b955de49e1d.tar.gz
Fix build failure on Linux with openssl from pkgsrc, approved by reed@
Diffstat (limited to 'mail/re-alpine')
-rw-r--r--mail/re-alpine/Makefile8
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