aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 02:10:59 +0800
committerkris <kris@FreeBSD.org>2004-09-19 02:10:59 +0800
commit2d498a7573e20b2547b292ec4254d25512c63f5c (patch)
tree193a94b48286065cfdbf00256b0f6c649abfa543 /net
parent27fca00e338d087994b0bd3e06261ec905cf6b13 (diff)
downloadfreebsd-ports-gnome-2d498a7573e20b2547b292ec4254d25512c63f5c.tar.gz
freebsd-ports-gnome-2d498a7573e20b2547b292ec4254d25512c63f5c.tar.zst
freebsd-ports-gnome-2d498a7573e20b2547b292ec4254d25512c63f5c.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'net')
-rw-r--r--net/ppxp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile
index 85b857de29c9..14c8cc871a4d 100644
--- a/net/ppxp/Makefile
+++ b/net/ppxp/Makefile
@@ -68,6 +68,10 @@ DOC_ja_JP= QuickStart.txt QuickUsage.txt guide-1.html guide-2.html \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} == "ia64"
BROKEN= "Coredump during build on ia64"
.endif