diff options
author | jlam <jlam@pkgsrc.org> | 2002-07-29 03:59:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-07-29 03:59:56 +0000 |
commit | 80f71b62e42a2b83dfbacde1c42f585052466cae (patch) | |
tree | 12a685bef2bb07e2032a326262672e0993f81ae9 /net | |
parent | 33945fe3b8cf8a6a68104007f51b938b201a529a (diff) | |
download | pkgsrc-80f71b62e42a2b83dfbacde1c42f585052466cae.tar.gz |
samba>=2.2.3 actually can't replace everything samba-2.0.x can do, so
re-enable it. My particular application used multi-user Btrieve 5.x
database that kept corrupting itself on samba-2.2.x, but worked flawlessly
under samba-2.0.x.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba20/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/samba20/Makefile b/net/samba20/Makefile index d0a4d2db6b2..80cb7d84ac0 100644 --- a/net/samba20/Makefile +++ b/net/samba20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/02/05 16:55:09 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/07/29 03:59:56 jlam Exp $ DISTNAME= samba-2.0.10 WRKSRC= ${WRKDIR}/${DISTNAME}/source @@ -11,8 +11,6 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.samba.org/ COMMENT= SMB/CIFS protocol server suite for UNIX -IGNORE= "${PKGNAME} has been superseded samba>=2.2.3" - BUILD_USES_MSGFMT= # defined GNU_CONFIGURE= # defined USE_BUILDLINK_ONLY= # defined |