aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/smb_auth/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile
index 1b766a05a8dd..9322d74d2a7a 100644
--- a/www/smb_auth/Makefile
+++ b/www/smb_auth/Makefile
@@ -14,7 +14,9 @@ MASTER_SITES= http://www.hacom.nl/~richard/software/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A proxy authentication module against an SMB server
+.if !defined(WITHOUT_REGISTER_SAMBA)
RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT}
+.endif
ALL_TARGET= smb_auth
SAMBA_PORT?= net/samba