update Sun Oct 11 12:37:00 PDT 2009
[pkgsrc.git] / databases / mysql4-client / options.mk
1 # $NetBSD: options.mk,v 1.3 2008/03/26 13:22:00 wiz Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.mysql4-client
4
5 PKG_SUPPORTED_OPTIONS=  ssl
6 PKG_SUGGESTED_OPTIONS=  ssl
7
8 .include "../../mk/bsd.options.mk"
9
10 ###
11 ### Enable OpenSSL support
12 ###
13 .if !empty(PKG_OPTIONS:Mssl)
14 .       include "../../security/openssl/buildlink3.mk"
15 CONFIGURE_ARGS+=        --with-openssl=${BUILDLINK_PREFIX.openssl}
16 .else
17 CONFIGURE_ARGS+=        --without-openssl
18 .endif