diff options
author | makc <makc@FreeBSD.org> | 2013-03-15 19:46:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-15 19:46:58 +0800 |
commit | 74c1ca1cc15cc6b5e7c6a3ed304d285dbb99303d (patch) | |
tree | d05162aed27c956c7d9cb6139df1cd7b99e853cf /Mk | |
parent | 443d5751377c0b887b2b38ce152ec57ecd03d311 (diff) | |
download | freebsd-ports-gnome-74c1ca1cc15cc6b5e7c6a3ed304d285dbb99303d.tar.gz freebsd-ports-gnome-74c1ca1cc15cc6b5e7c6a3ed304d285dbb99303d.tar.zst freebsd-ports-gnome-74c1ca1cc15cc6b5e7c6a3ed304d285dbb99303d.zip |
Mark build conflict with qt-3 for Qt4 ports
Reported by: many
Diffstat (limited to '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="" |