|
Lines 31-37
Link Here
|
| 31 |
|
31 |
|
| 32 |
ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 # untested elsewhere, might work |
32 |
ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 # untested elsewhere, might work |
| 33 |
|
33 |
|
| 34 |
OPTIONS_DEFINE= DEBUG EXPAT GDB_LINK PYTHON THREADS TUI |
34 |
OPTIONS_DEFINE= DEBUG EXPAT GDB_LINK GUILE PYTHON THREADS TUI |
| 35 |
|
35 |
|
| 36 |
OPTIONS_DEFAULT= GDB_LINK THREADS TUI PORT_READLINE |
36 |
OPTIONS_DEFAULT= GDB_LINK THREADS TUI PORT_READLINE |
| 37 |
|
37 |
|
|
Lines 53-58
Link Here
|
| 53 |
EXPAT_CONFIGURE_ON= --with-expat=yes |
53 |
EXPAT_CONFIGURE_ON= --with-expat=yes |
| 54 |
EXPAT_CONFIGURE_OFF= --without-expat |
54 |
EXPAT_CONFIGURE_OFF= --without-expat |
| 55 |
EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 |
55 |
EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 |
|
|
56 |
GUILE_CONFIGURE_ON= --with-guile |
| 57 |
GUILE_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 |
| 56 |
PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD} |
58 |
PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD} |
| 57 |
PYTHON_CONFIGURE_OFF= --without-python |
59 |
PYTHON_CONFIGURE_OFF= --without-python |
| 58 |
PYTHON_USES= python:2 |
60 |
PYTHON_USES= python:2 |