pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/bacula Renamed option 'openssl' to 'ssl', whi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/193fda0e59a0
branches: trunk
changeset: 551087:193fda0e59a0
user: adam <adam%pkgsrc.org@localhost>
date: Sun Dec 07 00:44:40 2008 +0000
description:
Renamed option 'openssl' to 'ssl', which is more compatible with pkgsrc env.
diffstat:
sysutils/bacula/options.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 7591e4dedbe6 -r 193fda0e59a0 sysutils/bacula/options.mk
--- a/sysutils/bacula/options.mk Sun Dec 07 00:43:03 2008 +0000
+++ b/sysutils/bacula/options.mk Sun Dec 07 00:44:40 2008 +0000
@@ -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="@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
Home |
Main Index |
Thread Index |
Old Index