diff options
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index a911cf968fd4..2b60d34ec8e4 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -116,8 +116,8 @@ PLIST_SUB+= PLOT='@comment ' .endif .if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba +BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 +RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient .endif |