aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-03-15 19:46:58 +0800
committermakc <makc@FreeBSD.org>2013-03-15 19:46:58 +0800
commit74c1ca1cc15cc6b5e7c6a3ed304d285dbb99303d (patch)
treed05162aed27c956c7d9cb6139df1cd7b99e853cf /Mk
parent443d5751377c0b887b2b38ce152ec57ecd03d311 (diff)
downloadfreebsd-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.mk2
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=""