Date: Thu, 2 Mar 2000 14:29:18 +0100 From: Pascal Hofstee <daeron@shadowmere.student.utwente.nl> To: Jonathon McKitrick <jcm@dogma.freebsd-uk.eu.org> Cc: ports@freebsd.org Subject: Re: licq Message-ID: <20000302142918.A89130@shadowmere.student.utwente.nl> In-Reply-To: <Pine.BSF.4.21.0003021304390.80163-100000@dogma.freebsd-uk.eu.org>; from jcm@dogma.freebsd-uk.eu.org on Thu, Mar 02, 2000 at 01:05:02PM %2B0000 References: <20000302114855.A28009@shadowmere.student.utwente.nl> <Pine.BSF.4.21.0003021304390.80163-100000@dogma.freebsd-uk.eu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 02, 2000 at 01:05:02PM +0000, Jonathon McKitrick wrote: > Is there a way to fix it easily? Perhaps a makefile or make.conf > change? from the QT2-port's makefile: .if defined(QT_GIF_AVAILABLE) CONFIGURE_ARGS+=-gif RESTRICTED= 'Requires a license from UNISYS' .endif So I think compiling the QT2-port as following will probably solve your problem. cd /usr/ports/x11-toolkits/qt20 make QT_GIF_AVAILABLE="yes" -- Pascal Hofstee < daeron @ shadowmere . student . utwente . nl > Managers know it must be good because the programmers hate it so much. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000302142918.A89130>