diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-25 11:21:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-25 11:21:04 +0000 |
commit | c6111e34cc1a2cbf2ce0a29247a7a532c5dcdac7 (patch) | |
tree | 7850c881b86f107b335a0d1f098602429f8c77f9 | |
parent | e87cde8b56a2d0aa32fd64f59cd40ab0d039e161 (diff) | |
download | freebsd-ports-c6111e34cc1a2cbf2ce0a29247a7a532c5dcdac7.zip |
/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.
-rw-r--r-- | graphics/killustrator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/killustrator/Makefile b/graphics/killustrator/Makefile index 9e867dc8bf64..6866f1796ea6 100644 --- a/graphics/killustrator/Makefile +++ b/graphics/killustrator/Makefile @@ -3,7 +3,7 @@ # Date created: 07 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/18 08:30:19 tg Exp $ # DISTNAME= killustrator-0.2.1 @@ -14,6 +14,8 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= kdecore\\.0\\.91:${PORTSDIR}/x11/kde +BROKEN= upgrade + GNU_CONFIGURE= yes .include <bsd.port.mk> |