Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 11:46:58 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314295 - head/Mk
Message-ID:  <201303151146.r2FBkwpn095281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303151146.r2FBkwpn095281>