diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 22:04:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 22:04:45 +0000 |
commit | 847773cecde89557ed86a4dc3a631efa7588fbbc (patch) | |
tree | 769ceaae9b7c158555aa7e553b29b91959400c23 /net/ppxp | |
parent | BROKEN on 4.x: Incorrect pkg-plist (diff) |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'net/ppxp')
-rw-r--r-- | net/ppxp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 14c8cc871a4d..72e5ddc02246 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -70,6 +70,8 @@ DOC_ja_JP= QuickStart.txt QuickUsage.txt guide-1.html guide-2.html \ .if ${OSVERSION} >= 502126 BROKEN= "Does not compile on FreeBSD >= 5.x" +.else +BROKEN= "Does not compile on FreeBSD 4.x" .endif .if ${ARCH} == "ia64" |