diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 03:40:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 03:40:49 +0000 |
commit | a99b6129486a637c2e69b652d66a767bb0e34372 (patch) | |
tree | d5e8796a32a645935f1c722a63772883f105c5fd /x11-toolkits/xclass | |
parent | BROKEN: Checksum mismatch (diff) |
This is also broken on 4.x
Diffstat (limited to 'x11-toolkits/xclass')
-rw-r--r-- | x11-toolkits/xclass/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/xclass/Makefile b/x11-toolkits/xclass/Makefile index 97fc310ebefb..45e4bd10c9b5 100644 --- a/x11-toolkits/xclass/Makefile +++ b/x11-toolkits/xclass/Makefile @@ -26,6 +26,8 @@ INSTALLS_SHLIB= yes .if ${OSVERSION} >= 502000 BROKEN= "Does not compile" +.else +BROKEN= "Broken pkg-plist" .endif do-install: |