diff options
author | garga <garga@FreeBSD.org> | 2010-10-18 20:22:27 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-10-18 20:22:27 +0800 |
commit | d258f4c4f8d4fdf1d32cd0ef4d8cb0bf16c30ac4 (patch) | |
tree | 71253425d691029cc634265ea9f875565b126844 /misc/amanda32-server | |
parent | 428aad023b447a55ab2956674d006c91246c4fec (diff) | |
download | freebsd-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/Makefile | 2 |
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 |