diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-15 11:45:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-15 11:45:16 +0000 |
commit | de5696c4430824b7a664de49e8d854d8a5d08cb7 (patch) | |
tree | 406c09eef9d348f0ff2eb2afd51a98ac46209375 /databases | |
parent | 0c2895422ea71e8350f5735469ea429e6ba3fe8e (diff) | |
download | pkgsrc-de5696c4430824b7a664de49e8d854d8a5d08cb7.tar.gz |
Add conflicts between samba and tdb: both install tdbtool and tdbdump.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tdb/Makefile | 5 |
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 |