diff options
author | kris <kris@FreeBSD.org> | 2004-03-15 19:05:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-15 19:05:27 +0800 |
commit | 92a33e97fb6756eb0ff3ebf21f64b9a25fbfabc5 (patch) | |
tree | 852d8cc01310caf422d3c09ca0fd1d78368e7388 /misc/tellico-kde4 | |
parent | 914b318154f909397c7ea0a488551119b7d5f829 (diff) | |
download | freebsd-ports-gnome-92a33e97fb6756eb0ff3ebf21f64b9a25fbfabc5.tar.gz freebsd-ports-gnome-92a33e97fb6756eb0ff3ebf21f64b9a25fbfabc5.tar.zst freebsd-ports-gnome-92a33e97fb6756eb0ff3ebf21f64b9a25fbfabc5.zip |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'misc/tellico-kde4')
-rw-r--r-- | misc/tellico-kde4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index 1a85121913a4..e603243d6633 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -24,6 +24,7 @@ post-patch: .if ${OSVERSION} < 500000 CFLAGS+= -D__LIBSTDCPP_PARTIAL_SUPPORT__ +BROKEN= "Does not compile on 4.x" .endif .include "${PORTSDIR}/x11/kde3/Makefile.kde" |