diff options
author | will <will@FreeBSD.org> | 2002-06-21 05:19:34 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-21 05:19:34 +0800 |
commit | 957c40235e646e4d0e22c365f06cedbcb945f7fc (patch) | |
tree | 6a6c8b2fe3a3fa9d1585d3a7f3348fc671f559f3 /x11-toolkits/qt23 | |
parent | 65609bdd9f5539a6f5d2f440d115880892cab4c5 (diff) | |
download | freebsd-ports-gnome-957c40235e646e4d0e22c365f06cedbcb945f7fc.tar.gz freebsd-ports-gnome-957c40235e646e4d0e22c365f06cedbcb945f7fc.tar.zst freebsd-ports-gnome-957c40235e646e4d0e22c365f06cedbcb945f7fc.zip |
Block installation if Qt3 is already installed to prevent people from
clobbering the installations.
Submitted by: lioux
Diffstat (limited to 'x11-toolkits/qt23')
-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 |