summaryrefslogtreecommitdiff
path: root/x11/kdelibs11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run `ldconfig -m' on ${PREFIX}/lib, not onThomas Gellekum1997-11-111-1/+1
| | | | | | | ${PREFIX}/share/doc/HTML/en/kdelibs ;-). Notes: svn path=/head/; revision=8579
* kdelibs requires at least qt-1.30. Probably just a typo, as the otherSatoshi Asami1997-11-051-2/+2
| | | | | | | kde* ports have it this way already. Notes: svn path=/head/; revision=8501
* (1) Move the following ports out of x11/:Satoshi Asami1997-11-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | kdegames -> games/ kdenetwork -> net/ kdesupport -> converters/ kdeutils -> misc/ (Repository copy already done, dependency path and category name fixups is being done in this commit.) (2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib}) ports. (3) Make package names follow the convention. (4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...". There is no need to specify the full pathname if the target is an executable in the standard path. (Actually, as the same port is specified in LIB_DEPENDS, I think we can completely do away with this line but since Stefan added this explicitly, I assume there is a reason for it and left it alone.) Approved by: se (all but 4) Notes: svn path=/head/; revision=8489
* Add BUILD_DEPENDS on moc pre-processor.Stefan Eßer1997-11-031-2/+3
| | | | | | | | Make LIB_DEPENDS accept both libjpeg.so.6.0 and 7.0, as requested by TOYONAGA Tatsuto <toyonaga@msd.ts.fujitsu.co.jp> Notes: svn path=/head/; revision=8449
* Initial port of the KDE support libraries. Required by all other parts of KDE.Stefan Eßer1997-11-015-0/+141
The use of --x-inc and --x-lib to pass in multiple directories is a hack, and should be replaced by a more robust approach. It works, but relies on implementation details of the configure script. Notes: svn path=/head/; revision=8434