summaryrefslogtreecommitdiff
path: root/sysutils/bacula-clientonly/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-11-11 21:34:03 +0000
committerwiz <wiz@pkgsrc.org>2005-11-11 21:34:03 +0000
commite0e7603c2fe95f148aa2840cb087bf072f85e839 (patch)
treed5c597dd354094d6478232176a7b1f6c004c1035 /sysutils/bacula-clientonly/Makefile
parent1afe23d444fa5d2a92cbbbeae7e0ae0011fd8fd4 (diff)
downloadpkgsrc-e0e7603c2fe95f148aa2840cb087bf072f85e839.tar.gz
Use latest bacula-client version (instead of the one before that).
Diffstat (limited to 'sysutils/bacula-clientonly/Makefile')
-rw-r--r--sysutils/bacula-clientonly/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/bacula-clientonly/Makefile b/sysutils/bacula-clientonly/Makefile
index ff672c48192..3faa8f02ef4 100644
--- a/sysutils/bacula-clientonly/Makefile
+++ b/sysutils/bacula-clientonly/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/11 21:31:39 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2005/11/11 21:34:03 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-clientonly-/}
COMMENT+= client only
@@ -11,6 +11,8 @@ FILESDIR= ${.CURDIR}/../../sysutils/bacula/files
CONFIGURE_ARGS+= --enable-client-only
+BUILD_DEFS+= BACULA_GROUP
+
RCD_SCRIPTS= bacula-fd
.include "../../sysutils/bacula/Makefile.common"