aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda-server
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-10-18 12:22:27 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-10-18 12:22:27 +0000
commite5da75e57713e2052ba2a8951d8d2595c6124373 (patch)
treefc6fc4a8cca148e8f538e911dd32ae6cd98f57e2 /misc/amanda-server
parent4b3dd2539c8e319c9dea0c7f480041f106e75f95 (diff)
downloadports-e5da75e57713e2052ba2a8951d8d2595c6124373.tar.gz
ports-e5da75e57713e2052ba2a8951d8d2595c6124373.zip
Change default samba dependency to 3.4 since samba3 is gone
Notes
Notes: svn path=/head/; revision=263192
Diffstat (limited to 'misc/amanda-server')
-rw-r--r--misc/amanda-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile
index f5a65f09d82e..0de2c48af5f9 100644
--- a/misc/amanda-server/Makefile
+++ b/misc/amanda-server/Makefile
@@ -125,7 +125,7 @@ CONFIGURE_ARGS+= --without-gnuplot
.endif
.if defined (WITH_SAMBA)
-SAMBA_PORT?= samba3
+SAMBA_PORT?= samba34
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT}
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT}
CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient