summaryrefslogtreecommitdiff
path: root/x11/xloadimage
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-11-25 22:40:11 +0100
committerStefan Eßer <se@FreeBSD.org>2021-11-25 22:40:11 +0100
commit04b9da414081a733478d3def4e1e3777908536c6 (patch)
treef59ddc1be63ea2f6093a28c78fbd201d491ee49d /x11/xloadimage
parentwww/grafana7: Update to 7.5.11 (diff)
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
Diffstat (limited to 'x11/xloadimage')
-rw-r--r--x11/xloadimage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
index 69e86dfc029c..08faf652010d 100644
--- a/x11/xloadimage/Makefile
+++ b/x11/xloadimage/Makefile
@@ -16,7 +16,7 @@ LICENSE= MIT
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff
-CONFLICTS_INSTALL= xli-*
+CONFLICTS_INSTALL= xli
EXTRA_PATCHES= ${WRKDIR}/debian/patches/*.patch
IGNORE_PATCHES= 07_SYSPATHFILE.patch 24_libtiff5.patch \