aboutsummaryrefslogtreecommitdiffstats
path: root/misc/amanda32-server
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2010-10-18 20:22:27 +0800
committergarga <garga@FreeBSD.org>2010-10-18 20:22:27 +0800
commitd258f4c4f8d4fdf1d32cd0ef4d8cb0bf16c30ac4 (patch)
tree71253425d691029cc634265ea9f875565b126844 /misc/amanda32-server
parent428aad023b447a55ab2956674d006c91246c4fec (diff)
downloadfreebsd-ports-gnome-d258f4c4f8d4fdf1d32cd0ef4d8cb0bf16c30ac4.tar.gz
freebsd-ports-gnome-d258f4c4f8d4fdf1d32cd0ef4d8cb0bf16c30ac4.tar.zst
freebsd-ports-gnome-d258f4c4f8d4fdf1d32cd0ef4d8cb0bf16c30ac4.zip
Change default samba dependency to 3.4 since samba3 is gone
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r--misc/amanda32-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile
index f5a65f09d82e..0de2c48af5f9 100644
--- a/misc/amanda32-server/Makefile
+++ b/misc/amanda32-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