diff options
author | miwi <miwi@FreeBSD.org> | 2017-03-05 20:50:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-03-05 20:50:53 +0800 |
commit | db3b8402a54da7ea9457ed83ba8860ddb28fba88 (patch) | |
tree | fec5bbc2c06d12bad8e556b6f9f785da9032467e /misc | |
parent | 57f514beeebc230335db7f6935770746ea3429ec (diff) | |
download | freebsd-ports-gnome-db3b8402a54da7ea9457ed83ba8860ddb28fba88.tar.gz freebsd-ports-gnome-db3b8402a54da7ea9457ed83ba8860ddb28fba88.tar.zst freebsd-ports-gnome-db3b8402a54da7ea9457ed83ba8860ddb28fba88.zip |
- Update default samba port to samba44
samba36 is deprecated. samba44's smbclient work fine for amanda.
PR: 215309
Submitted by: John Hein
Approved by: maintainer timeout
Diffstat (limited to 'misc')
-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 4dd27604fcc0..3721dcd8f55b 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -122,7 +122,7 @@ CONFIGURE_ARGS+= --without-gnuplot .endif .if ${PORT_OPTIONS:MSAMBA} -SAMBA_PORT?= samba36 +SAMBA_PORT?= samba44 BUILD_DEPENDS+= smbclient:net/${SAMBA_PORT} RUN_DEPENDS+= smbclient:net/${SAMBA_PORT} CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient |