Date: Tue, 28 Jan 2003 20:46:06 -0500 From: AlanE <alane@geeksrus.net> To: FreeBSD Ports List <ports@freebsd.org> Subject: Correct way to use QT or KDE libraries in your port Message-ID: <20030129014606.GA68300@wwweasel.geeksrus.net>
next in thread | raw e-mail | index | archive | help
The correct way to use the Qt or KDE libraries in your port is *NOT* to put explicit dependencies on them in your port. If you need Qt v. 3.x, you add the line: USE_QT_VER=3 If you need kdelibs v. 3.x, you add the line: USE_KDELIBS_VER=3 If you need kdebase v. 3.x, you add the line: USE_KDEBASE_VER=3 Thanks for your cooporation in this matter. It will prevent headaches down the road, trust me. Now, I have to go give a couple of people headaches. -- AlanE (Alan Eldridge) Unix/C(++) IT Pro for 20 yrs, likes fixing weird distributed systems bugs. KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) 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?20030129014606.GA68300>