svn commit: r314295 - head/Mk

Max Brazhnikov makc at FreeBSD.org
Fri Mar 15 11:46:59 UTC 2013


Author: makc
Date: Fri Mar 15 11:46:58 2013
New Revision: 314295
URL: http://svnweb.freebsd.org/changeset/ports/314295

Log:
  Mark build conflict with qt-3 for Qt4 ports
  
  Reported by:	many

Modified:
  head/Mk/bsd.qt.mk

Modified: head/Mk/bsd.qt.mk
==============================================================================
--- head/Mk/bsd.qt.mk	Fri Mar 15 10:56:33 2013	(r314294)
+++ head/Mk/bsd.qt.mk	Fri Mar 15 11:46:58 2013	(r314295)
@@ -33,6 +33,8 @@ DISTNAME=	qt-everywhere-opensource-src-$
 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=""


More information about the svn-ports-head mailing list