svn commit: r335470 - head/cad/qcad

Michael Reifenberger mr at FreeBSD.org
Mon Dec 2 08:59:14 UTC 2013


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


More information about the svn-ports-head mailing list