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

(-)mod_blosxom/Makefile (-2 / +9 lines)
Lines 14-20 Link Here
14
MAINTAINER=	gslin@ccca.nctu.edu.tw
14
MAINTAINER=	gslin@ccca.nctu.edu.tw
15
COMMENT=	Apache module to build the extremely lightweight Weblog environment
15
COMMENT=	Apache module to build the extremely lightweight Weblog environment
16
16
17
BUILD_DEPENDS=	${APXS}:${APACHE_PORT}
17
APXS?=		${LOCALBASE}/sbin/apxs
18
RUN_DEPENDS=	${BUILD_DEPENDS}
18
APACHE_PORT?=	${PORTSDIR}/www/apache13
19
20
RUN_DEPENDS=	${APXS}:${APACHE_PORT}
21
22
USE_REINPLACE=	yes
23
24
post-patch:
25
	${REINPLACE_CMD} -e 's,^APXS=.*,APXS=${APXS},' ${WRKSRC}/Makefile
19
26
20
.include <bsd.port.mk>
27
.include <bsd.port.mk>

Return to bug 51175