View | Details | Raw Unified | Return to bug 22493
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
USE_LIBTOOL=	yes
23
USE_LIBTOOL=	yes
24
USE_GMAKE=	yes
24
USE_GMAKE=	yes
25
JAVAVM?=	${LOCALBASE}/bin/javavm
25
JAVAVM?=	${LOCALBASE}/bin/javavm
26
CONFIGURE_ENV=	MAKE=${LOCALBASE}/bin/${GMAKE}
26
GMAKE=		${LOCALBASE}/bin/gmake
27
CONFIGURE_ARGS=	--prefix=${PREFIX}\
27
CONFIGURE_ARGS=	--prefix=${PREFIX}\
28
		--libexecdir=${LOCALBASE}/libexec/apache\
28
		--libexecdir=${LOCALBASE}/libexec/apache\
29
		--libdir=${LOCALBASE}/libexec/apache\
29
		--libdir=${LOCALBASE}/libexec/apache\

Return to bug 22493