How to install KDE from official repository?

Hi everyone.

Currently I have FreeBSD 9.2-RELEASE-p3. Yesterday I wanted to switch my desktop PC to the official pkg repository:
Code:
FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  enabled: yes
}

However, I noticed there are no meta packages, such as x11/kde4 so I started installing dependencies manually. However, some dependencies are missing. For instance, I was unable to find x11/kde4-workspace in the repository. Is it because the port is marked as IGNORE?

Code:
IGNORE: requires modern libGL. Please, set WITH_NEW_XORG and update your ports
KDE Plasma Desktop

How do I install KDE then? Should I build missing ports manually? Or just forget it and keep building my own repository?
 
Back
Top