aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda-server
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-03-21 21:59:31 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-03-21 21:59:31 +0000
commit7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8 (patch)
tree2b6d3a0598b45365f230c6f61cf8d8d784b7016d /misc/amanda-server
parent6b610ab5e04c7e7c7916ffe651ed9b7824436bca (diff)
downloadports-7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8.tar.gz
ports-7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8.zip
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run) - Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3) - Remove obsolete samba36 ports - Modify samba4x ports to install libsmbclient - Convert the ports tree to USES=samba Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8919
Notes
Notes: svn path=/head/; revision=436659
Diffstat (limited to 'misc/amanda-server')
-rw-r--r--misc/amanda-server/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile
index 4d3aca83fba3..14f218680a21 100644
--- a/misc/amanda-server/Makefile
+++ b/misc/amanda-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME= amanda
PORTVERSION= 3.3.6
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= misc
MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION}
@@ -121,9 +121,7 @@ CONFIGURE_ARGS+= --without-gnuplot
.endif
.if ${PORT_OPTIONS:MSAMBA}
-SAMBA_PORT?= samba44
-BUILD_DEPENDS+= smbclient:net/${SAMBA_PORT}
-RUN_DEPENDS+= smbclient:net/${SAMBA_PORT}
+USES+= pkgconfig samba
CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient
.endif