diff options
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 |