summaryrefslogtreecommitdiff
path: root/graphics/killustrator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1998-10-091-2/+2
| | | | | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps. Notes: svn path=/head/; revision=13784
* Dang, missed one. I hate it when this happens. :<Satoshi Asami1998-08-251-2/+2
| | | | | | | Anyway, change kde shlib version numbers. Notes: svn path=/head/; revision=12837
* /usr/X11R6/bin/moc KIllustrator.h -o KIllustrator.mocSatoshi Asami1998-07-251-1/+3
| | | | | | | | | | | | | | | c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O2 -Wall -c KIllustrator.cc KIllustrator.cc: In method `void KIllustrator::initToolBar()': KIllustrator.cc:339: `KToolBarCombo' undeclared (first use this function) KIllustrator.cc:339: (Each undeclared identifier is reported only once KIllustrator.cc:339: for each function it appears in.) KIllustrator.cc:339: `combo' undeclared (first use this function) *** Error code 1 Stop. Notes: svn path=/head/; revision=12107
* New port killustrator, a vector drawing tool for KDE.Thomas Gellekum1998-05-186-0/+62
PR: 6643 Submitted by: Yukihiro Nakai <Nakai@technologist.com> Notes: svn path=/head/; revision=11043