aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Maypole-Component
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-04-11 06:02:09 +0800
committerkris <kris@FreeBSD.org>2005-04-11 06:02:09 +0800
commit1532035ea50c940d028b4496062ab26714c44629 (patch)
tree8c921b29673e3f7a83721ddd8fe359b2bf819c13 /www/p5-Maypole-Component
parent79ac80d2d75b4c6f4b38a61bd51ef9693c6a47ce (diff)
downloadfreebsd-ports-gnome-1532035ea50c940d028b4496062ab26714c44629.tar.gz
freebsd-ports-gnome-1532035ea50c940d028b4496062ab26714c44629.tar.zst
freebsd-ports-gnome-1532035ea50c940d028b4496062ab26714c44629.zip
BROKEN on 4.x: Does not build
Diffstat (limited to 'www/p5-Maypole-Component')
-rw-r--r--www/p5-Maypole-Component/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-Maypole-Component/Makefile b/www/p5-Maypole-Component/Makefile
index 87080adc522f..f9768f18e11b 100644
--- a/www/p5-Maypole-Component/Makefile
+++ b/www/p5-Maypole-Component/Makefile
@@ -18,4 +18,10 @@ PERL_CONFIGURE= yes
MAN3= Maypole::Component.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>