From d258f4c4f8d4fdf1d32cd0ef4d8cb0bf16c30ac4 Mon Sep 17 00:00:00 2001 From: garga Date: Mon, 18 Oct 2010 12:22:27 +0000 Subject: Change default samba dependency to 3.4 since samba3 is gone --- misc/amanda32-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/amanda32-server') 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 -- cgit