summaryrefslogtreecommitdiff
path: root/databases/tdb
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-15 11:45:16 +0000
committerwiz <wiz>2005-04-15 11:45:16 +0000
commit83b9f030244bbe596dee951ca3cda9ece427e2f8 (patch)
tree406c09eef9d348f0ff2eb2afd51a98ac46209375 /databases/tdb
parent8203420f393e070604f5cdb58bc60ac4831faaf8 (diff)
downloadpkgsrc-83b9f030244bbe596dee951ca3cda9ece427e2f8.tar.gz
Add conflicts between samba and tdb: both install tdbtool and tdbdump.
Diffstat (limited to 'databases/tdb')
-rw-r--r--databases/tdb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile
index 1e87aff3a4b..96e5b4b4a2d 100644
--- a/databases/tdb/Makefile
+++ b/databases/tdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:16 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/04/15 11:45:16 wiz Exp $
#
DISTNAME= tdb-1.0.6
@@ -10,6 +10,9 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.sourceforge.net/projects/tdb/
COMMENT= Small database system which uses files to store data
+# both install tdbtool and tdbdump
+CONFLICTS+= samba-[0-9]*
+
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES