Lines 22-28
Link Here
|
22 |
OPTIONS+= MYSQL "Support for MySQL Queries and Logs" on |
22 |
OPTIONS+= MYSQL "Support for MySQL Queries and Logs" on |
23 |
OPTIONS+= DB3 "Support for DB3" on |
23 |
OPTIONS+= DB3 "Support for DB3" on |
24 |
OPTIONS+= DB4 "Support for DB4" off |
24 |
OPTIONS+= DB4 "Support for DB4" off |
25 |
OPTIONS+= TRE "Support for TRE regexp (Approx regexp)" on |
25 |
OPTIONS+= TRE "Support for TRE regexp (experimental)" off |
26 |
|
26 |
|
27 |
.include <bsd.port.pre.mk> |
27 |
.include <bsd.port.pre.mk> |
28 |
|
28 |
|
Lines 38-45
Link Here
|
38 |
.endif |
38 |
.endif |
39 |
|
39 |
|
40 |
.if defined(WITH_TRE) |
40 |
.if defined(WITH_TRE) |
|
|
41 |
.if ${OSVERSION} > 500000 |
41 |
LIB_DEPENDS+= tre:${PORTSDIR}/textproc/libtre/ |
42 |
LIB_DEPENDS+= tre:${PORTSDIR}/textproc/libtre/ |
42 |
CONFIGURE_ARGS+= --with-tre |
43 |
CONFIGURE_ARGS+= --with-tre |
|
|
44 |
.else |
45 |
CONFIGURE_ARGS+= --without-tre |
46 |
.endif |
43 |
.else |
47 |
.else |
44 |
CONFIGURE_ARGS+= --without-tre |
48 |
CONFIGURE_ARGS+= --without-tre |
45 |
.endif |
49 |
.endif |