aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda25-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/amanda25-server
parentaf0b32c00019642b3164c6df9d188ded59c0dcc6 (diff)
downloadports-eaeb6ddb87b366a5f14e0ffee2bb076f47a41371.tar.gz
ports-eaeb6ddb87b366a5f14e0ffee2bb076f47a41371.zip
Notes
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r--misc/amanda25-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile
index ea735e792e29..d785424b37f2 100644
--- a/misc/amanda25-server/Makefile
+++ b/misc/amanda25-server/Makefile
@@ -32,7 +32,7 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
USE_LDCONFIG= yes
WANT_PERL= yes
-SAMBA_PORT?= net/samba34
+SAMBA_PORT?= net/samba36
OPTIONS= GNUTAR "use GNU tar" on \
SSH "enable ssh-auth" off
@@ -143,7 +143,7 @@ PLIST_SUB+= PLOT='@comment '
.if defined (WITH_SAMBA)
BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT}
RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT}
-CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient
+CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient
.endif
.if defined (WITH_MTX)