1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/graphics/killustrator/Makefile
Satoshi Asami c6111e34cc /usr/X11R6/bin/moc KIllustrator.h -o KIllustrator.moc
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.
1998-07-25 11:21:04 +00:00

22 lines
517 B
Makefile

# New ports collection makefile for: killustrator
# Version required: 0.2.1
# Date created: 07 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.1.1.1 1998/05/18 08:30:19 tg Exp $
#
DISTNAME= killustrator-0.2.1
CATEGORIES= graphics kde
MASTER_SITES= http://wwwiti.cs.uni-magdeburg.de/~sattler/pub/killustrator/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= kdecore\\.0\\.91:${PORTSDIR}/x11/kde
BROKEN= upgrade
GNU_CONFIGURE= yes
.include <bsd.port.mk>