diff options
author | asami <asami@FreeBSD.org> | 1998-10-31 17:35:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-31 17:35:55 +0800 |
commit | b9ca8ff13a544c964598107bdcd4aa296b2856a1 (patch) | |
tree | 1e8e37f83816a530fcc0f634c5acc128a691ed95 | |
parent | 0ed363aae11a9e3841602590efb63a8e76ffd0a0 (diff) | |
download | freebsd-ports-gnome-b9ca8ff13a544c964598107bdcd4aa296b2856a1.tar.gz freebsd-ports-gnome-b9ca8ff13a544c964598107bdcd4aa296b2856a1.tar.zst freebsd-ports-gnome-b9ca8ff13a544c964598107bdcd4aa296b2856a1.zip |
Well, this thing is not working here. Besides, the "--with-tcl=/usr/include"
is definitely wrong.
===
cd ../libs; rm -f libmicox2.2.1.a; ln -f -s ../auxdir/libmicox2.2.1.a .
/usr/X11R6/bin/moc ../include/mico/qtmico.h -o qtmico.moc
c++ -I. -I../include -I/usr/ports/devel/mico/work/mico/./include/ministl -I/usr/X11R6/include -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include/gtk10 -I/usr/X11R6/include -I/usr/local/include -c qtmico.cc -o qtmico.o
In file included from qtmico.cc:25:
../include/mico/qtmico.h:32: qapp.h: No such file or directory
../include/mico/qtmico.h:35: qsocknot.h: No such file or directory
../include/mico/qtmico.h:36: qtimer.h: No such file or directory
In file included from qtmico.cc:266:
qtmico.moc:17: qmetaobject.h: No such file or directory
gmake[1]: *** [qtmico.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/auxdir'
gmake: *** [system] Error 1
*** Error code 2
Stop.
-rw-r--r-- | devel/mico/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 007000dc3114..b71ce1a5b166 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.8 1998/10/30 04:42:13 scrappy Exp $ +# $Id: Makefile,v 1.9 1998/10/31 04:03:07 scrappy Exp $ # DISTNAME= mico-2.2.1 @@ -14,6 +14,8 @@ MAINTAINER= scrappy@freebsd.org LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk +BROKEN= build + USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes |