diff options
author | christos <christos@pkgsrc.org> | 2005-01-09 06:33:28 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2005-01-09 06:33:28 +0000 |
commit | 026f7481f024789b3b7624ac2105270bbdd356e1 (patch) | |
tree | f12c98b8ef6652a91dfb60fc7c13ad3cc81a8a43 /net/samba/Makefile | |
parent | ac4530442a1d612a1f72223a16aed24eb0532080 (diff) | |
download | pkgsrc-026f7481f024789b3b7624ac2105270bbdd356e1.tar.gz |
Fix the pam build: lunix defines both the portable
PAM_AUTHTOK_RECOVERY_ERR and the non-portable PAM_AUTHTOK_RECOVER_ERR as 21,
and you guessed which samba decided to use. Bump the version to nb2.
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 38d52778681..76cb24c8752 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.137 2004/12/28 02:47:47 reed Exp $ +# $NetBSD: Makefile,v 1.138 2005/01/09 06:33:28 christos Exp $ DISTNAME= samba-3.0.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/old-versions/ \ ftp://ring.asahi-net.or.jp/pub/net/samba/old-versions/ \ |