diff options
-rw-r--r-- | x11-toolkits/qt23/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 |