aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda32-server/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-05-22 11:40:51 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-05-22 11:40:51 +0000
commitf51da86276bf6b9009aaf5402d9d64a323ca7645 (patch)
tree88759150a7415cc8538aa548185533ebe0f81e8a /misc/amanda32-server/Makefile
parent026cfe3180ff3d6a06cae53e59ab4b82b718593e (diff)
Notes
Diffstat (limited to 'misc/amanda32-server/Makefile')
-rw-r--r--misc/amanda32-server/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile
index e7bcc8c7897a..f5a65f09d82e 100644
--- a/misc/amanda32-server/Makefile
+++ b/misc/amanda32-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= amanda
PORTVERSION= 2.6.1p2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= misc
MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION}
@@ -125,8 +125,9 @@ CONFIGURE_ARGS+= --without-gnuplot
.endif
.if defined (WITH_SAMBA)
-BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
-RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
+SAMBA_PORT?= samba3
+BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT}
+RUN_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT}
CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient
.endif