diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:25:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:25:40 +0000 |
commit | 192bd28d577be473a04f3fec2b8025566b214a8c (patch) | |
tree | 768c01ce3cf569300b184f997e8d124ef09bb09e /x11-toolkits/qt145 | |
parent | cf8f4bed6e0f40ff34f3c8262890f50eacad3ae6 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/qt145')
-rw-r--r-- | x11-toolkits/qt145/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index a2c03b096c7a..2dc886276ed8 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -40,6 +40,10 @@ PLIST_SUB+= VERSION="${VER_MAJ}" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + MAN1= moc.1 .include "${FILESDIR}/man3" |