diff options
author | bouyer <bouyer@pkgsrc.org> | 1998-11-27 13:13:09 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 1998-11-27 13:13:09 +0000 |
commit | f05002c4c2691fe44c38651c811691e7b682844f (patch) | |
tree | 64590b6a5c8cebaa2deafdc40022353e602b051b /net/samba/Makefile | |
parent | 733749063dce795deffa111b3964a5814c7ff029 (diff) | |
download | pkgsrc-f05002c4c2691fe44c38651c811691e7b682844f.tar.gz |
Add conflict with samba-1.9.18p8 and samba-2.0.0beta2
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 636bd716e73..3cbbd106a3a 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/10/28 19:44:24 agc Exp $ +# $NetBSD: Makefile,v 1.16 1998/11/27 13:13:09 bouyer Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/10/23 15:17:43 max Exp # @@ -9,6 +9,8 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://samba.anu.edu.au/samba/samba.html +CONFLICTS= samba-1.9.18p8 samba-2.0.0beta2 + WRKSRC= ${WRKDIR}/${DISTNAME}/source .include "../../mk/bsd.prefs.mk" |