diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-10-18 12:22:27 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-10-18 12:22:27 +0000 |
commit | e5da75e57713e2052ba2a8951d8d2595c6124373 (patch) | |
tree | fc6fc4a8cca148e8f538e911dd32ae6cd98f57e2 /misc/amanda-server | |
parent | 4b3dd2539c8e319c9dea0c7f480041f106e75f95 (diff) | |
download | ports-e5da75e57713e2052ba2a8951d8d2595c6124373.tar.gz ports-e5da75e57713e2052ba2a8951d8d2595c6124373.zip |
Notes
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 2 |
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 |