|
Lines 16-26
Link Here
|
| 16 |
|
16 |
|
| 17 |
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison |
17 |
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison |
| 18 |
|
18 |
|
|
|
19 |
OPTIONS= X11 "Enable X11 support" on |
| 20 |
OPTIONS+= DEBUG "Enable extra debug output" off |
| 21 |
|
| 19 |
CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" |
22 |
CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" |
| 20 |
|
23 |
|
| 21 |
USE_GETTEXT= yes |
24 |
USE_GETTEXT= yes |
| 22 |
.if defined(WITHOUT_X11) |
25 |
.if defined(WITHOUT_X11) |
| 23 |
CONFIGURE_ARGS+=--enable-noui |
26 |
CONFIGURE_ARGS+= --enable-noui |
| 24 |
.else |
27 |
.else |
| 25 |
USE_XLIB= yes |
28 |
USE_XLIB= yes |
| 26 |
LIB_DEPENDS+= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 |
29 |
LIB_DEPENDS+= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 |