diff options
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r-- | misc/amanda32-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index aea5b24079ae..54c48c6cd6ab 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -132,10 +132,10 @@ CONFIGURE_ARGS+= --without-gnuplot .endif .if defined (WITH_SAMBA) -SAMBA_PORT?= samba34 +SAMBA_PORT?= samba36 BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT} RUN_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT} -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient +CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient .endif # If configure founds libcurl, automatically enabled it (with plist change). |