aboutsummaryrefslogtreecommitdiffstats
path: root/www/smb_auth
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-03-22 05:59:31 +0800
committerantoine <antoine@FreeBSD.org>2017-03-22 05:59:31 +0800
commiteb72ca76ef7d9878d3f76537c542facb8c32ae2f (patch)
tree2b6d3a0598b45365f230c6f61cf8d8d784b7016d /www/smb_auth
parentcf2c58c36e6fc12c07af66a17b3dc7f4cb4bb649 (diff)
downloadfreebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.tar.gz
freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.tar.zst
freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.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
Diffstat (limited to 'www/smb_auth')
-rw-r--r--www/smb_auth/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile
index e14a28f80f8b..776964eb5ee9 100644
--- a/www/smb_auth/Makefile
+++ b/www/smb_auth/Makefile
@@ -3,7 +3,7 @@
PORTNAME= smb_auth
PORTVERSION= 0.05
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= LOCAL/dinoex
@@ -11,11 +11,10 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Proxy authentication module against an SMB server
.if !defined(WITHOUT_REGISTER_SAMBA)
-RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${SAMBA_PORT}
+USES= samba:run # smbclient
.endif
ALL_TARGET= smb_auth
-SAMBA_PORT?= net/samba36
OPTIONS_DEFINE= DOCS