mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
editors/vim: Fix build under (non-poudriere) `make install'
This commit is contained in:
parent
a418eaab5c
commit
b3408688b0
@ -39,6 +39,7 @@ VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g}
|
||||
# FLAVORS are used to build various Vim GUIs. The default flavor (`vim') is
|
||||
# console-only.
|
||||
FLAVORS= console athena gtk2 gtk3 motif x11 tiny
|
||||
FLAVOR?= ${FLAVORS:[1]}
|
||||
# Register conflicts with all other flavors
|
||||
CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/vim-/}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user