Lines 76-83
PLIST_SUB+= GTKUI="@comment not installed: "
Link Here
|
76 |
.endif |
76 |
.endif |
77 |
|
77 |
|
78 |
.if defined(WITH_CONSOLEUI) |
78 |
.if defined(WITH_CONSOLEUI) |
79 |
OPTIONS_DEFINE+=NCURSES |
79 |
USES+= ncurses |
80 |
NCURSES_DESC= Build with ncurses from ports |
80 |
CONFIGURE_ARGS+=--with-ncurses-headers=${NCURSESINC} |
81 |
PLIST_SUB+= CONSOLEUI="" |
81 |
PLIST_SUB+= CONSOLEUI="" |
82 |
.else |
82 |
.else |
83 |
PLIST_SUB+= CONSOLEUI="@comment not installed: " |
83 |
PLIST_SUB+= CONSOLEUI="@comment not installed: " |
Lines 98-110
CONFIGURE_ARGS+= --disable-tcl
Link Here
|
98 |
PLIST_SUB+= TCL:="@comment not installed: " |
98 |
PLIST_SUB+= TCL:="@comment not installed: " |
99 |
.endif |
99 |
.endif |
100 |
|
100 |
|
101 |
.if ${PORT_OPTIONS:MNCURSES} |
|
|
102 |
USES+= ncurses:port |
103 |
CONFIGURE_ARGS+=--with-ncurses-headers=${LOCALBASE}/include/ncurses/ |
104 |
.else |
105 |
USES+= ncurses |
106 |
.endif |
107 |
|
108 |
.if ${PORT_OPTIONS:MPERL} |
101 |
.if ${PORT_OPTIONS:MPERL} |
109 |
USES+= perl5 |
102 |
USES+= perl5 |
110 |
CONFIGURE_ARGS+= --with-perl-lib=site |
103 |
CONFIGURE_ARGS+= --with-perl-lib=site |