Skip to content

Commit

Permalink
Revert "sysutils/xxd: Add missing conflict with vim console flavor"
Browse files Browse the repository at this point in the history
The vim console flavor package name is "vim" (without -console),
so the conflict on vim-console is not required.

This reverts commit 25122d0.

Reported by:	adamw
  • Loading branch information
madpilot78 committed Jul 12, 2023
1 parent 5858d80 commit 2901ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysutils/xxd/Makefile
Expand Up @@ -7,7 +7,7 @@ MAINTAINER= gmarco@giovannelli.it
COMMENT= Hexdump and reverse hexdump utility from vim distribution
WWW= ${VIM_WWW}

CONFLICTS_INSTALL= vim-[0-9]* vim-console vim-gtk2 vim-gtk3 vim-motif vim-x11
CONFLICTS_INSTALL= vim-[0-9]* vim-gtk2 vim-gtk3 vim-motif vim-x11

DISTINFO_FILE= ${VIM_PORT}/distinfo
ALL_TARGET= ${PORTNAME}
Expand Down

0 comments on commit 2901ad0

Please sign in to comment.