summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-06-21 22:15:54 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-06-21 22:15:54 +0000
commitd9f4474f0642d1b94a4643f4cef96706da5ed520 (patch)
treea236aae669ab4a3d4bcd944e06567db9389a2610 /net/samba
parentUpdate modules: pserver, file. (diff)
Fix dependencies when installing samba on a fresh install
Bump PORTREVISION Submitted by: gregp@blackened.net
Notes
Notes: svn path=/head/; revision=61710
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 095e22906e5f..73adfceb7d5d 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -7,7 +7,7 @@
PORTNAME= samba
PORTVERSION= 2.2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \
ftp://samba.anu.edu.au/pub/samba/ \
@@ -17,10 +17,9 @@ MAINTAINER= dwcjr@FreeBSD.org
USE_BZIP2= YES
USE_SUBMAKE= YES
-
-.if defined(WITH_AUDIT) || defined(WITH_RECYCLE)
USE_GMAKE= YES
-.endif
+USE_LIBTOOL= YES
+USE_AUTOCONF= YES
AUDIT= "@comment "
RECYCLE= "@comment "
@@ -66,7 +65,6 @@ SAMBA_VFSDIR= ${PREFIX}/lib/samba
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample
SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default
-USE_AUTOCONF= yes
CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
--with-sambabook=${PREFIX}/share/swat/using_samba \
@@ -134,6 +132,8 @@ CONFIGURE_ARGS+= --with-acl-support
WRKSRC= ${WRKDIR}/${DISTNAME}/source
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
+LIBTOOLFILES= ${WRKSRC}/aclocal.m4
+
MAN1= findsmb.1 make_smbcodepage.1 rpcclient.1 make_unicodemap.1 \
nmblookup.1 smbcacls.1 smbclient.1 smbcontrol.1 \
smbsh.1 smbstatus.1 smbtar.1 testparm.1 \