editors/vim: Unhook motif flavor
This commit is contained in:
parent
f3611000c4
commit
43b17c114c
@ -40,7 +40,7 @@ VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g}
|
|||||||
# Flavors {{{1
|
# Flavors {{{1
|
||||||
# FLAVORS are used to build various Vim GUIs. The default flavor (`vim') is
|
# FLAVORS are used to build various Vim GUIs. The default flavor (`vim') is
|
||||||
# console-only.
|
# console-only.
|
||||||
FLAVORS= console motif x11 tiny
|
FLAVORS= console x11 tiny
|
||||||
FLAVOR?= ${FLAVORS:[1]}
|
FLAVOR?= ${FLAVORS:[1]}
|
||||||
# Register conflicts with all other flavors
|
# Register conflicts with all other flavors
|
||||||
CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/vim-/}
|
CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/vim-/}
|
||||||
@ -60,14 +60,6 @@ GUI= no
|
|||||||
CONFIGURE_ARGS+=--without-x
|
CONFIGURE_ARGS+=--without-x
|
||||||
PLIST= ${.CURDIR}/pkg-plist-tiny
|
PLIST= ${.CURDIR}/pkg-plist-tiny
|
||||||
|
|
||||||
.elif ${FLAVOR:U} == motif
|
|
||||||
GUI= motif
|
|
||||||
CONFIGURE_ARGS+=--enable-xim --enable-fontset --with-motif=lib="${MOTIFLIB}"
|
|
||||||
CONFIGURE_ENV+= MOTIFHOME=${LOCALBASE}
|
|
||||||
PLIST_SUB+= GUI="" DESKTOP="@comment "
|
|
||||||
USES+= motif xorg
|
|
||||||
USE_XORG= ice sm x11 xmu xt
|
|
||||||
|
|
||||||
.elif ${FLAVOR:U} == x11
|
.elif ${FLAVOR:U} == x11
|
||||||
GUI= x11
|
GUI= x11
|
||||||
CONFIGURE_ARGS+=--with-x
|
CONFIGURE_ARGS+=--with-x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user