diff options
author | asami <asami@FreeBSD.org> | 2000-07-20 01:50:47 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-07-20 01:50:47 +0800 |
commit | b302a68f9da453f3892aa83ed891bb3418875686 (patch) | |
tree | cc4421a192cac2d3f4f5b57513324f15c6a431ba /x11/kdelibs3 | |
parent | 96cb27df0d3c11b5fb2b362ecb3b9113f1cf2d8a (diff) | |
download | freebsd-ports-gnome-b302a68f9da453f3892aa83ed891bb3418875686.tar.gz freebsd-ports-gnome-b302a68f9da453f3892aa83ed891bb3418875686.tar.zst freebsd-ports-gnome-b302a68f9da453f3892aa83ed891bb3418875686.zip |
Mark these BROKEN, they don't compile/run properly.
Submitted by: maintainer
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 4ccdf6e76b82..98e543f9ac70 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ kde-qt-addon.4:${PORTSDIR}/x11-toolkits/kde-qt-addon +BROKEN= "Does not compile/run properly" + MOC?= ${X11BASE}/bin/moc2 SOMAJOR= 4 SOMINOR= 0 |