Lines 62-74
Link Here
|
62 |
|
62 |
|
63 |
.if defined(WITH_DEBUG) |
63 |
.if defined(WITH_DEBUG) |
64 |
CONFIGURE_ARGS+= --enable-debug |
64 |
CONFIGURE_ARGS+= --enable-debug |
65 |
.else |
|
|
66 |
PLIST_SUB+= APACHE="@comment " |
67 |
.endif |
65 |
.endif |
68 |
|
66 |
|
69 |
.if defined(WITH_APACHE) |
67 |
.if defined(WITH_APACHE) |
70 |
CONFIGURE_ARGS+= --enable-apache |
68 |
CONFIGURE_ARGS+= --enable-apache |
71 |
BUILD_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl |
69 |
LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl |
72 |
PLIST_SUB+= APACHE="" |
70 |
PLIST_SUB+= APACHE="" |
73 |
.else |
71 |
.else |
74 |
CONFIGURE_ARGS+= --disable-apache |
72 |
CONFIGURE_ARGS+= --disable-apache |