View | Details | Raw Unified | Return to bug 258407
Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 50-59 Link Here
50
# GUI flavors
50
# GUI flavors
51
.if ${FLAVOR:U} == console
51
.if ${FLAVOR:U} == console
52
GUI=		no
52
GUI=		no
53
CONFIGURE_ARGS+=--without-x
53
PLIST_SUB+=	GUI="@comment " DESKTOP="@comment "
54
PLIST_SUB+=	GUI="@comment " DESKTOP="@comment "
54
55
55
.elif ${FLAVOR:U} == tiny
56
.elif ${FLAVOR:U} == tiny
56
GUI=		no
57
GUI=		no
58
CONFIGURE_ARGS+=--without-x
57
PLIST=		${.CURDIR}/pkg-plist-tiny
59
PLIST=		${.CURDIR}/pkg-plist-tiny
58
60
59
.elif ${FLAVOR:U} == athena
61
.elif ${FLAVOR:U} == athena

Return to bug 258407