From dccd5a902e8d73ea5f24e0a0ae9252f76f54388b Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Thu, 20 Jun 2002 21:19:34 +0000 Subject: [PATCH] Block installation if Qt3 is already installed to prevent people from clobbering the installations. Submitted by: lioux --- x11-toolkits/qt23/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index bfa9302d1a0a..caac3a38b64b 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -84,6 +84,14 @@ pre-fetch: @${FALSE} .endif .endif +.if exists(${X11BASE}/lib/libqt-mt.so.3) + @${ECHO} + @${ECHO} " NOTICE" + @${ECHO} + @${ECHO} "You have QT3 files installed! Installing this port" + @${ECHO} "will result in conflicts between QT3 and QT2!" + @${FALSE} +.endif qt-pre-configure: @true