aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda-server/Makefile
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2013-01-31 19:14:08 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2013-01-31 19:14:08 +0000
commiteaeb6ddb87b366a5f14e0ffee2bb076f47a41371 (patch)
tree037be778887b03797ebe6bcb73ea3601213d41bb /misc/amanda-server/Makefile
parentaf0b32c00019642b3164c6df9d188ded59c0dcc6 (diff)
downloadports-eaeb6ddb87b366a5f14e0ffee2bb076f47a41371.tar.gz
ports-eaeb6ddb87b366a5f14e0ffee2bb076f47a41371.zip
Notes
Diffstat (limited to 'misc/amanda-server/Makefile')
-rw-r--r--misc/amanda-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile
index dc50aab6298f..f4758a4ee31a 100644
--- a/misc/amanda-server/Makefile
+++ b/misc/amanda-server/Makefile
@@ -135,10 +135,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).