Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 08:59:13 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335470 - head/cad/qcad
Message-ID:  <201312020859.rB28xDn0035445@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mr
Date: Mon Dec  2 08:59:13 2013
New Revision: 335470
URL: http://svnweb.freebsd.org/changeset/ports/335470

Log:
  Register conflicts with texlive-base-* since it has one file in common.
  
  PR:		ports/184368
  Submitted by:	lbartoletti

Modified:
  head/cad/qcad/Makefile

Modified: head/cad/qcad/Makefile
==============================================================================
--- head/cad/qcad/Makefile	Mon Dec  2 08:29:54 2013	(r335469)
+++ head/cad/qcad/Makefile	Mon Dec  2 08:59:13 2013	(r335470)
@@ -18,6 +18,8 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
 		${LOCALBASE}/lib/libopenNURBS.a:${PORTSDIR}/graphics/opennurbs
 LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
 
+CONFLICTS=	texlive-base-*
+
 FETCH_ARGS=	-Fpr
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKE_JOBS_UNSAFE=yes



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