diff options
author | ghen <ghen> | 2007-01-04 12:16:57 +0000 |
---|---|---|
committer | ghen <ghen> | 2007-01-04 12:16:57 +0000 |
commit | a0770ba7b52ad5d0f7b3d980ac6886b2bb0c3b33 (patch) | |
tree | 138d01bf72073482f1e2f2efb1713f7fa28357e6 /sysutils/bacula | |
parent | ec6f1ccdde31ef12ae629307868f0ea564405263 (diff) | |
download | pkgsrc-a0770ba7b52ad5d0f7b3d980ac6886b2bb0c3b33.tar.gz |
bacula-client was reimported as bacula-clientonly, add a CONFLICT with the
latter, too.
Diffstat (limited to 'sysutils/bacula')
-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" |