Add CONFLICTS_INSTALL to py-CommonMark/Makefile and cmark/Makefile

They both install bin/cmark

Approved by:	portmgr
This commit is contained in:
Yuri Victorovich 2018-06-20 18:51:27 +00:00
parent 16143f1e31
commit 56dfd76a94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472898
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ COMMENT= CommonMark parsing and rendering library and program in C
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS_INSTALL= py[2-3][0-9]-CommonMark
USES= cmake:outsource python:3.4+,test
USE_GITHUB= yes
GH_ACCOUNT= commonmark

View File

@ -13,6 +13,8 @@ COMMENT= Python parser for the CommonMark Markdown spec
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFLICTS_INSTALL= cmark
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
USES= python