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:
parent
50e86ac8e8
commit
705acbf574
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480838
@ -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" \
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user