1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Defined APACHE_COMPAT to defined ${APXS} in USE_APACHE-ng

Reported by:	pointyhat via kris
This commit is contained in:
Clement Laforet 2005-09-20 19:24:37 +00:00
parent 245fe028b6
commit e3d091fb54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143239

View File

@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} \
WRKSRC= ${WRKDIR}/${PORTNAME}
APACHE_PORT?= ${AP_CATEGORY}/${AP_PORT}
MAKE_ARGS+= DOC_DIR="${DOCSDIR}"
APACHE_COMPAT= YES
.include <bsd.port.pre.mk>