diff options
author | kris <kris@FreeBSD.org> | 2004-02-07 03:31:20 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-07 03:31:20 +0000 |
commit | 1a3ba98393bc306f27b9f2610f111488bb117c96 (patch) | |
tree | 887df0b5dedcdb7b759f15c4a15f25f5fc479ba6 /www/mod_auth_kerb | |
parent | 001914d5b446e552dd2ea0ae93e7b456d57a991e (diff) | |
download | FreeBSD-ports-1a3ba98393bc306f27b9f2610f111488bb117c96.zip FreeBSD-ports-1a3ba98393bc306f27b9f2610f111488bb117c96.tar.gz |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'www/mod_auth_kerb')
-rw-r--r-- | www/mod_auth_kerb/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile index 2ae366f..d4ca183 100644 --- a/www/mod_auth_kerb/Makefile +++ b/www/mod_auth_kerb/Makefile @@ -30,6 +30,12 @@ WRKSRC= ${WRKDIR}/src/modules/kerberos KRB5_HOME?= ${LOCALBASE} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + do-build: cd ${WRKSRC} && \ ${APXS} -I${KRB5_HOME}/include \ @@ -43,4 +49,4 @@ do-build: do-install: ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so -.include <bsd.port.mk> +.include <bsd.port.post.mk> |