diff options
Diffstat (limited to 'www/mod_injection/Makefile')
-rw-r--r-- | www/mod_injection/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_injection/Makefile b/www/mod_injection/Makefile index cd963f69bcee..44a6a7138987 100644 --- a/www/mod_injection/Makefile +++ b/www/mod_injection/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://pmade.org/distfiles/oss-releases/ MAINTAINER= apache@FreeBSD.org COMMENT= Injects text in the HTTP response after a HTML tag -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 RUN_DEPENDS= ${BUILD_DEPENDS} APXS?= ${LOCALBASE}/sbin/apxs |