diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-26 01:33:17 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-26 01:33:17 +0000 |
commit | 40b63fd025d15c87ba86b8ec22086477d9c4ff64 (patch) | |
tree | df9216b229da370ba0ac22be3d4e4ec4065cef4d /net/samba-devel | |
parent | Upgrade from 2.4.1 to 2.4.2... I let the maintainers know a couple of (diff) |
Add --with-pam to fix samba bug with non-pam and md5 passwords
Bump PORTREVISION
PR: 30074,30078
Notes
Notes:
svn path=/head/; revision=46912
Diffstat (limited to 'net/samba-devel')
-rw-r--r-- | net/samba-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 94fe355d7f29..f73ce95b170f 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= samba PORTVERSION= 2.2.1a +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \ ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \ @@ -37,7 +38,8 @@ USE_AUTOCONF= yes CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-sambabook=${PREFIX}/share/swat/using_samba \ - --with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE} + --with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE} \ + --with-pam .include <bsd.port.pre.mk> |