aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-01 06:26:33 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-06-01 06:26:33 +0800
commit756edb03cc8581cf6af4dda6fdd3f24caaf42182 (patch)
tree7720b6dbb398612e8e7318f7cc0132bc56fd0c2a /www
parent7a0735afb93a8013dabad152992032484b09337b (diff)
downloadfreebsd-ports-gnome-756edb03cc8581cf6af4dda6fdd3f24caaf42182.tar.gz
freebsd-ports-gnome-756edb03cc8581cf6af4dda6fdd3f24caaf42182.tar.zst
freebsd-ports-gnome-756edb03cc8581cf6af4dda6fdd3f24caaf42182.zip
- fix depends path
- Bump PORTREVISION Reported by: QAT
Diffstat (limited to 'www')
-rw-r--r--www/mod_ntlm2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_ntlm2/Makefile b/www/mod_ntlm2/Makefile
index 7226b74a5f8b..1d805f9e0de9 100644
--- a/www/mod_ntlm2/Makefile
+++ b/www/mod_ntlm2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mod_ntlm2
PORTVERSION= 0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= SF
MASTER_SITE_SUBDIR= modntlm
@@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= admin@lissyara.su
COMMENT= NTLM authentication module for the Apache2 webserver
-BUILD_DEPENDS= ${LOCALBASE}/smbclient:${PORTSDIR}/net/samba3
+BUILD_DEPENDS= smbclient:${PORTSDIR}/net/samba3
USE_APACHE= 20+
MAKE_ENV= APXS=${APXS}