diff options
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r-- | net/samba3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index e6134de4f5b9..1d04deb2f74f 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= samba -PORTVERSION?= 3.0.23 +PORTVERSION?= 3.0.23b PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES?= net @@ -20,6 +20,7 @@ COMMENT?= A free SMB and CIFS client and server for UNIX CONFLICTS?= ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.* USE_ICONV= yes +USE_FAM= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:259 autoheader:259 @@ -255,7 +256,6 @@ MAN7+= pam_winbind.7 MAN8+= winbindd.8 .endif - PLIST_SUB+= RC_DIR=${RC_DIR} \ SAMBA_LOGDIR=${SAMBA_LOGDIR} \ SAMBA_LOCKDIR=${SAMBA_LOCKDIR} \ |