diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-30 19:15:15 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-30 19:15:15 +0000 |
commit | 03f46b8f12c6e4fd6051034f998a2bdd4e9ecdbc (patch) | |
tree | 27a95c6fa7d56730bc2a4f8a5ebc8c1cf2c91ef9 /www/mod_ntlm2 | |
parent | c1468ba35a1a9e5fb28f498a393ee53981b31c1b (diff) | |
download | ports-03f46b8f12c6e4fd6051034f998a2bdd4e9ecdbc.tar.gz ports-03f46b8f12c6e4fd6051034f998a2bdd4e9ecdbc.zip |
Notes
Diffstat (limited to 'www/mod_ntlm2')
-rw-r--r-- | www/mod_ntlm2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/mod_ntlm2/Makefile b/www/mod_ntlm2/Makefile index 8f321808d403..d09a35f8eee0 100644 --- a/www/mod_ntlm2/Makefile +++ b/www/mod_ntlm2/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_ntlm2 PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/modntlm/modntlm2/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -16,7 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= admin@lissyara.su COMMENT= NTLM authentication module for the Apache2 webserver -BUILD_DEPENDS= smbclient:${PORTSDIR}/net/samba3 +BUILD_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} + +SAMBA_PORT?= net/samba34 MAKE_JOBS_SAFE= yes |