summaryrefslogtreecommitdiff
path: root/sysutils/bacula-clientonly
diff options
context:
space:
mode:
authorshattered <shattered>2012-09-08 12:36:57 +0000
committershattered <shattered>2012-09-08 12:36:57 +0000
commit41056522baa5c66506986500e1609030b8408507 (patch)
tree88ca7681d869355ba25501a9be46f312e1373b33 /sysutils/bacula-clientonly
parentbc79f4be0ea9b7b831c57dca16aa3ad351301b83 (diff)
downloadpkgsrc-41056522baa5c66506986500e1609030b8408507.tar.gz
Tell configure to not look for OpenSSL if not enabled via option.
Diffstat (limited to 'sysutils/bacula-clientonly')
-rw-r--r--sysutils/bacula-clientonly/Makefile4
-rw-r--r--sysutils/bacula-clientonly/options.mk4
2 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/bacula-clientonly/Makefile b/sysutils/bacula-clientonly/Makefile
index 9c5db9bf34b..f345b1cbd76 100644
--- a/sysutils/bacula-clientonly/Makefile
+++ b/sysutils/bacula-clientonly/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2010/03/09 07:06:00 adam Exp $
+# $NetBSD: Makefile,v 1.18 2012/09/08 12:36:57 shattered Exp $
PKGNAME= ${DISTNAME:S/-/-clientonly-/}
COMMENT= The Network Backup Solution (client only)
+PKGREVISION= 1
+
CONFLICTS= bacula-[0-9]* bacula-client-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/sysutils/bacula-clientonly/options.mk b/sysutils/bacula-clientonly/options.mk
index 203114c4544..4ba8455a8e9 100644
--- a/sysutils/bacula-clientonly/options.mk
+++ b/sysutils/bacula-clientonly/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2012/02/23 12:16:32 shattered Exp $
+# $NetBSD: options.mk,v 1.8 2012/09/08 12:36:57 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bacula-clientonly
# bacula-static is broken -- see PR 42954
@@ -21,4 +21,6 @@ PLIST_SUBST+= STATIC="@comment "
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
+.else
+CONFIGURE_ARGS+= --without-openssl
.endif