From freebsd-ports Wed Jan 29 01:46:06 2003 From: AlanE Date: Wed, 29 Jan 2003 01:46:06 +0000 To: freebsd-ports Subject: Correct way to use QT or KDE libraries in your port X-MARC-Message: https://marc.info/?l=freebsd-ports&m=104380483218695 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