aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-04-11 06:01:19 +0800
committerkris <kris@FreeBSD.org>2005-04-11 06:01:19 +0800
commit79ac80d2d75b4c6f4b38a61bd51ef9693c6a47ce (patch)
treea55e44426b65d2eeb86e5c4121473509d0baf185 /www
parent8f652d869c5a0370297116001527e84d3ed99410 (diff)
downloadfreebsd-ports-gnome-79ac80d2d75b4c6f4b38a61bd51ef9693c6a47ce.tar.gz
freebsd-ports-gnome-79ac80d2d75b4c6f4b38a61bd51ef9693c6a47ce.tar.zst
freebsd-ports-gnome-79ac80d2d75b4c6f4b38a61bd51ef9693c6a47ce.zip
BROKEN: Does not build on FreeBSD 4.x
Diffstat (limited to 'www')
-rw-r--r--www/p5-Maypole-Authentication-UserSessionCookie/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
index f4c842235dd9..7ce8482f6176 100644
--- a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
+++ b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Maypole::Authentication::UserSessionCookie.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not build on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>