diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-15 11:46:58 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-15 11:46:58 +0000 |
commit | 6349889182f985cdca8a3b6d61d1ba333cfe230c (patch) | |
tree | d05162aed27c956c7d9cb6139df1cd7b99e853cf /Mk/bsd.qt.mk | |
parent | 715dba29770c822c5d1ea65cba6cccee33555595 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.qt.mk')
-rw-r--r-- | Mk/bsd.qt.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk index 8b5404518da5..bf6b7864ef88 100644 --- a/Mk/bsd.qt.mk +++ b/Mk/bsd.qt.mk @@ -33,6 +33,8 @@ DISTNAME= qt-everywhere-opensource-src-${QT4_VERSION} DIST_SUBDIR= KDE #CONFLICTS+= Currently there are no conflicts \o/ +CONFLICTS_BUILD= qt-3.* qt-copy-3.* + # Let configure handle its well known compilers defined in the mkspecs # (i.e. `cc` and `c++` are not supported by configure tests). CONFIGURE_ENV+= CC="" CXX="" |