diff options
author | garga <garga@FreeBSD.org> | 2010-10-01 03:16:59 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-10-01 03:16:59 +0800 |
commit | ee2437cad30643bed1023a3ee474baea422bea73 (patch) | |
tree | 4a4bfb49196c1f93a611d23df959b3c7eb4e46fe /misc/amanda25-server | |
parent | 0dd011bcc4d507cc3a8e7c283edd52782456d222 (diff) | |
download | freebsd-ports-gnome-ee2437cad30643bed1023a3ee474baea422bea73.tar.gz freebsd-ports-gnome-ee2437cad30643bed1023a3ee474baea422bea73.tar.zst freebsd-ports-gnome-ee2437cad30643bed1023a3ee474baea422bea73.zip |
Change default samba dependency version to 3.4
PR: ports/150562
Submitted by: garga@
Approved by: maintainer timeout (16 days)
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index ff8543765fe4..86057d5a9524 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -32,6 +32,8 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ USE_LDCONFIG= yes WANT_PERL= yes +SAMBA_PORT?= net/samba34 + OPTIONS= GNUTAR "use GNU tar" on \ SSH "enable ssh-auth" off @@ -139,8 +141,8 @@ PLIST_SUB+= PLOT='@comment ' .endif .if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 +BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} +RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient .endif |