diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 02:10:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 02:10:59 +0800 |
commit | 2d498a7573e20b2547b292ec4254d25512c63f5c (patch) | |
tree | 193a94b48286065cfdbf00256b0f6c649abfa543 /net | |
parent | 27fca00e338d087994b0bd3e06261ec905cf6b13 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |