summaryrefslogtreecommitdiff
path: root/mail/perdition/options.mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2007-03-02 12:05:32 +0000
committergrant <grant@pkgsrc.org>2007-03-02 12:05:32 +0000
commitf121be3d64c3eb515d6f173c3e8b4abcd2c191b2 (patch)
tree93270623a735e02a9190eedb12f5d8ab033efaf2 /mail/perdition/options.mk
parentf5d0e6a3c8dc1efc9b4025d78b858bf63dde1cf1 (diff)
downloadpkgsrc-f121be3d64c3eb515d6f173c3e8b4abcd2c191b2.tar.gz
if SSL is enabled we need to tell configure where to find it, or it
is silently built without SSL. bump PKGREVISION since SSL is enabled by default.
Diffstat (limited to 'mail/perdition/options.mk')
-rw-r--r--mail/perdition/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/perdition/options.mk b/mail/perdition/options.mk
index 1b1c6238e1e..da5430a6472 100644
--- a/mail/perdition/options.mk
+++ b/mail/perdition/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2006/03/04 16:06:29 tv Exp $
+# $NetBSD: options.mk,v 1.3 2007/03/02 12:05:32 grant Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.perdition
PKG_SUPPORTED_OPTIONS= ssl pam
@@ -23,6 +23,8 @@ PLIST_SUBST+= PERDITION_HAVE_PAM="@comment "
###
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
+CONFIGURE_ARGS+= --with-ssl-includes=${BUILDLINK_PREFIX.openssl}/include
+CONFIGURE_ARGS+= --with-ssl-libraries=${BUILDLINK_PREFIX.openssl}/lib
.else
CONFIGURE_ARGS+= --disable-ssl
.endif