diff options
author | ghen <ghen@pkgsrc.org> | 2007-01-04 12:16:57 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-01-04 12:16:57 +0000 |
commit | ece56c02dacfc7cb2127cd7c47a8f4cc1b8bdefe (patch) | |
tree | 138d01bf72073482f1e2f2efb1713f7fa28357e6 /sysutils | |
parent | 3aec307805d6202e19e8a67c876c2e24f8a5198a (diff) | |
download | pkgsrc-ece56c02dacfc7cb2127cd7c47a8f4cc1b8bdefe.tar.gz |
bacula-client was reimported as bacula-clientonly, add a CONFLICT with the
latter, too.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index d7d25257422..6699231edc5 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2006/10/09 14:20:28 ghen Exp $ +# $NetBSD: Makefile,v 1.20 2007/01/04 12:16:57 ghen Exp $ -CONFLICTS+= bacula-client-[0-9]* +CONFLICTS+= bacula-client-[0-9]* bacula-clientonly-[0-9]* .include "options.mk" |