diff options
Diffstat (limited to 'www/smb_auth/Makefile')
-rw-r--r-- | www/smb_auth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile index 644dcb6..257e1f1 100644 --- a/www/smb_auth/Makefile +++ b/www/smb_auth/Makefile @@ -11,7 +11,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Proxy authentication module against an SMB server .if !defined(WITHOUT_REGISTER_SAMBA) -RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} +RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${SAMBA_PORT} .endif ALL_TARGET= smb_auth |