summaryrefslogtreecommitdiff
path: root/sysutils/bacula-clientonly
diff options
context:
space:
mode:
authorgdt <gdt>2014-10-12 00:08:26 +0000
committergdt <gdt>2014-10-12 00:08:26 +0000
commit8203864b63e9b03defaa6e021cee32141e2b21ca (patch)
treef4700e2ec5ae9fc61a1616cfc27a525b0d11a281 /sysutils/bacula-clientonly
parentc147586904eaf625edf25868fd50007e8191916e (diff)
downloadpkgsrc-8203864b63e9b03defaa6e021cee32141e2b21ca.tar.gz
Enable ssl option by default.
Diffstat (limited to 'sysutils/bacula-clientonly')
-rw-r--r--sysutils/bacula-clientonly/Makefile4
-rw-r--r--sysutils/bacula-clientonly/options.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/bacula-clientonly/Makefile b/sysutils/bacula-clientonly/Makefile
index bd55aacab10..5afd5f0ef17 100644
--- a/sysutils/bacula-clientonly/Makefile
+++ b/sysutils/bacula-clientonly/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2014/02/12 23:18:38 tron Exp $
+# $NetBSD: Makefile,v 1.25 2014/10/12 00:08:26 gdt Exp $
PKGNAME= ${DISTNAME:S/-/-clientonly-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= The Network Backup Solution (client only)
CONFLICTS= bacula-[0-9]* bacula-client-[0-9]*
diff --git a/sysutils/bacula-clientonly/options.mk b/sysutils/bacula-clientonly/options.mk
index 4ba8455a8e9..85ff42e12fe 100644
--- a/sysutils/bacula-clientonly/options.mk
+++ b/sysutils/bacula-clientonly/options.mk
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.8 2012/09/08 12:36:57 shattered Exp $
+# $NetBSD: options.mk,v 1.9 2014/10/12 00:08:26 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bacula-clientonly
# bacula-static is broken -- see PR 42954
PKG_SUPPORTED_OPTIONS= ssl
+PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"