summaryrefslogtreecommitdiff
path: root/sysutils/bacula
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-12-07 00:44:40 +0000
committeradam <adam@pkgsrc.org>2008-12-07 00:44:40 +0000
commitdf6750e36351dab5b6fca4d46cdf143892fbf019 (patch)
tree215f904e7612b9a90b38fe5f5cd1aad34dc4dc9a /sysutils/bacula
parent5dcbd2abdcac57a6af327f67bb7a370fdbb7c816 (diff)
downloadpkgsrc-df6750e36351dab5b6fca4d46cdf143892fbf019.tar.gz
Renamed option 'openssl' to 'ssl', which is more compatible with pkgsrc env.
Diffstat (limited to 'sysutils/bacula')
-rw-r--r--sysutils/bacula/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/bacula/options.mk b/sysutils/bacula/options.mk
index 445628d63f1..50e5198536f 100644
--- a/sysutils/bacula/options.mk
+++ b/sysutils/bacula/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.13 2008/11/28 13:47:51 adam Exp $
+# $NetBSD: options.mk,v 1.14 2008/12/07 00:44:40 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bacula
-PKG_SUPPORTED_OPTIONS= bacula-static openssl python
+PKG_SUPPORTED_OPTIONS= bacula-static ssl python
PKG_OPTIONS_REQUIRED_GROUPS= database
PKG_OPTIONS_GROUP.database= catalog-sqlite catalog-sqlite3 catalog-pgsql catalog-mysql
PKG_SUGGESTED_OPTIONS= catalog-sqlite
@@ -50,7 +50,7 @@ PLIST_SUBST+= STATIC=
PLIST_SUBST+= STATIC="@comment "
.endif
-.if !empty(PKG_OPTIONS:Mopenssl)
+.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
.endif