aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-11-25 22:31:42 +0000
committerStefan Eßer <se@FreeBSD.org>2021-11-25 22:36:59 +0000
commit3999eb79ff868f653cc6863cca02a2faa2117721 (patch)
tree19350813d760b74c24d0cf5d80424e20d0e3f069
parent6272fce2e63896cd4181efdaf8e853f5885c2e35 (diff)
downloadports-3999eb79ff868f653cc6863cca02a2faa2117721.tar.gz
ports-3999eb79ff868f653cc6863cca02a2faa2117721.zip
devel/eric6: Fix CONFLICTS_INSTALL
The automatically generated values did not match any package due to an additional ${FLAVOR} added to the pattern. The version wildcard was superfluous and and has been removed as well. Approved by: portmgr (blanket)
-rw-r--r--devel/eric6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/eric6/Makefile b/devel/eric6/Makefile
index 004b40a7416e..7f975775b5c1 100644
--- a/devel/eric6/Makefile
+++ b/devel/eric6/Makefile
@@ -32,7 +32,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
-CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C/^/${PORTNAME}${PKGNAMESUFFIX}-/:C/$/-[0-9]*/}
+CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C/^/${PORTNAME}-qt5-/}
USES+= desktop-file-utils python:3.5+ pyqt:5 shebangfix
USE_PYTHON= flavors