diff options
author | edwin <edwin@FreeBSD.org> | 2008-08-25 08:53:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-08-25 08:53:28 +0800 |
commit | feaa2b928236cfe65c6f003f08b575aa66cd97da (patch) | |
tree | f5635c221e3ce26524a5b16a766757419820fdc9 /www/mod_auth_openid | |
parent | fb0effaab6ad35a7b79ac20fbd2980f1bb28d944 (diff) | |
download | freebsd-ports-gnome-feaa2b928236cfe65c6f003f08b575aa66cd97da.tar.gz freebsd-ports-gnome-feaa2b928236cfe65c6f003f08b575aa66cd97da.tar.zst freebsd-ports-gnome-feaa2b928236cfe65c6f003f08b575aa66cd97da.zip |
Mark broken on 6.x because it is unbuildable there.
Noticed by: pavbot, drosobot
Diffstat (limited to 'www/mod_auth_openid')
-rw-r--r-- | www/mod_auth_openid/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile index 28fd4749a206..57f938d0cdef 100644 --- a/www/mod_auth_openid/Makefile +++ b/www/mod_auth_openid/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_auth_openid PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/ @@ -26,4 +27,10 @@ CONFIGURE_ARGS= --with-pcre=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= Doesn't compile on 6.x +.endif + +.include <bsd.port.post.mk> |