aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-08-25 08:53:28 +0800
committeredwin <edwin@FreeBSD.org>2008-08-25 08:53:28 +0800
commitfeaa2b928236cfe65c6f003f08b575aa66cd97da (patch)
treef5635c221e3ce26524a5b16a766757419820fdc9 /www
parentfb0effaab6ad35a7b79ac20fbd2980f1bb28d944 (diff)
downloadfreebsd-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')
-rw-r--r--www/mod_auth_openid/Makefile9
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>