diff -ruN /usr/ports/www/mod_blosxom/Makefile mod_blosxom/Makefile --- /usr/ports/www/mod_blosxom/Makefile Fri Apr 18 15:09:17 2003 +++ mod_blosxom/Makefile Sun Apr 20 13:55:57 2003 @@ -14,7 +14,14 @@ MAINTAINER= gslin@ccca.nctu.edu.tw COMMENT= Apache module to build the extremely lightweight Weblog environment -BUILD_DEPENDS= ${APXS}:${APACHE_PORT} -RUN_DEPENDS= ${BUILD_DEPENDS} +APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 + +RUN_DEPENDS= ${APXS}:${APACHE_PORT} + +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's,^APXS=.*,APXS=${APXS},' ${WRKSRC}/Makefile .include