diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-15 11:05:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-15 11:05:27 +0000 |
commit | b0ba56af35454ae0df2ac1e4bec55ac4f69bf67a (patch) | |
tree | 6f616faf883e27d310edc9b10915179f10ee0ccc /misc/tellico-kde4 | |
parent | 19869157c7e320b888d2a35eae14d8828be66240 (diff) | |
download | ports-b0ba56af35454ae0df2ac1e4bec55ac4f69bf67a.tar.gz ports-b0ba56af35454ae0df2ac1e4bec55ac4f69bf67a.zip |
BROKEN on 4.x: Does not compile
Notes
Notes:
svn path=/head/; revision=104069
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" |