summaryrefslogtreecommitdiff
path: root/misc/amanda32-server
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/amanda32-server
parentUpdate to 0.0.10. (diff)
Update ports that refer to net/samba34 to use newer net/samba36
Notes
Notes: svn path=/head/; revision=311324
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r--misc/amanda32-server/Makefile4
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).