diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-20 21:19:34 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-20 21:19:34 +0000 |
commit | dccd5a902e8d73ea5f24e0a0ae9252f76f54388b (patch) | |
tree | 4701f123d84fea821a2b80a512406f64ca81be25 /x11-toolkits | |
parent | Fix building for VFS modules, prelease leftover config.cache and I (diff) |
Block installation if Qt3 is already installed to prevent people from
clobbering the installations.
Submitted by: lioux
Notes
Notes:
svn path=/head/; revision=61650
Diffstat (limited to 'x11-toolkits')
-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 |