diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 20:25:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 20:25:40 +0800 |
commit | f701d3e90073f57686b8e6df4756a0717243dba4 (patch) | |
tree | 048ba1809a3d6fb498eb45fbbb93cc5b55c5051a /x11-toolkits/qt145 | |
parent | 2eb8f480fa87857e5f05978aadbf680632d86011 (diff) | |
download | freebsd-ports-gnome-f701d3e90073f57686b8e6df4756a0717243dba4.tar.gz freebsd-ports-gnome-f701d3e90073f57686b8e6df4756a0717243dba4.tar.zst freebsd-ports-gnome-f701d3e90073f57686b8e6df4756a0717243dba4.zip |
BROKEN on 5.1: bad C++
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" |