1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

textproc/py-pygments and science/paraview conflict each other

Approved by:	portmgr blanket
This commit is contained in:
Yuri Victorovich 2018-09-28 02:41:25 +00:00
parent 50e86ac8e8
commit 705acbf574
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480838
2 changed files with 9 additions and 1 deletions

View File

@ -42,6 +42,8 @@ USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm xorgpr
USE_LDCONFIG= yes
USE_GSTREAMER= yes
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pygments
CMAKE_ARGS+= -DBUILD_SHARED_LIBS="ON" \
-DVTK_USE_SYSTEM_PNG="ON" \
-DVTK_USE_SYSTEM_JPEG="ON" \

View File

@ -17,4 +17,10 @@ USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_VER} == 2.7
CONFLICTS_INSTALL= paraview
.endif
.include <bsd.port.post.mk>