aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_kerb
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-07-18 20:00:17 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-07-18 20:00:17 +0000
commitb4b23fe6b8b83e2f81e86d26fc88d98f022f98da (patch)
tree02f3cb610031b61698c2e488e9efd4af73f9c0e0 /www/mod_auth_kerb
parentbffc3f0e797e292a06d94a19e5df5cf3cf62261e (diff)
downloadports-b4b23fe6b8b83e2f81e86d26fc88d98f022f98da.tar.gz
ports-b4b23fe6b8b83e2f81e86d26fc88d98f022f98da.zip
Notes
Diffstat (limited to 'www/mod_auth_kerb')
-rw-r--r--www/mod_auth_kerb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile
index 0fc1fde83996..0b53fbef142a 100644
--- a/www/mod_auth_kerb/Makefile
+++ b/www/mod_auth_kerb/Makefile
@@ -9,6 +9,7 @@
PORTNAME= mod_auth_kerb
PORTVERSION= 4.11
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=modauthkerb
@@ -34,7 +35,7 @@ do-build:
cd ${WRKSRC} && \
${APXS} -I${KRB5_HOME}/include \
-DKRB5 -DKRB5_VERIFY_TICKET -DKRB5_SAVE_CREDENTIALS \
- -DKRB5_DEFAULT_KEYTAB=\"\\\"file:${LOCALBASE}/etc/apache/keytab\\\"\" \
+ -DKRB5_DEFAULT_KEYTAB=\"\\\"FILE:${LOCALBASE}/etc/apache/keytab\\\"\" \
-Dkerb_auth_module=auth_kerb_module \
-c ${PORTNAME}.c \
-L${KRB5_HOME}/lib -Wl,-rpath -Wl,${KRB5_HOME}/lib \