Solved [Solved] Can I install gnome2 or kde4?

Could you tell me why I can not find both gnome2 and kde4?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html
https://wiki.freebsd.org/pkgng

Code:
root@freebsd:~ # uname -r
9.2-RELEASE-p3
root@freebsd:~ # less /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  enabled: "yes"
}

root@freebsd:~ # pkg install gnome2
pkg: Warning: expecting a boolean for the 'enabled' key of the 'FreeBSD' repo,  the value has been correctly converted, please consider fixing
Updating repository catalogue
pkg: No packages matching 'gnome2' available in the repositories
root@freebsd:~ # pkg install kde4
pkg: Warning: expecting a boolean for the 'enabled' key of the 'FreeBSD' repo,  the value has been correctly converted, please consider fixing
Updating repository catalogue
pkg: No packages matching 'kde4' available in the repositories
 
Back
Top