diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-09 18:30:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-09 18:30:10 +0000 |
commit | e9bd637dd02fcd96b91fb80ba311012435435f6b (patch) | |
tree | 1462b961ad61216f85817c7e4d143262dfbae524 /www/mod_cgi_debug | |
parent | b45c510091c3a7e41e33fdb7f7f019ef370b004d (diff) | |
download | ports-e9bd637dd02fcd96b91fb80ba311012435435f6b.tar.gz ports-e9bd637dd02fcd96b91fb80ba311012435435f6b.zip |
Notes
Diffstat (limited to 'www/mod_cgi_debug')
-rw-r--r-- | www/mod_cgi_debug/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_cgi_debug/Makefile b/www/mod_cgi_debug/Makefile index 2a4f10c1cfbe..c5eb5eb3bff5 100644 --- a/www/mod_cgi_debug/Makefile +++ b/www/mod_cgi_debug/Makefile @@ -12,10 +12,11 @@ MASTER_SITES= http://software.tangent.org/download/ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${APXS}:${APACHE_PORT} +RUN_DEPENDS= ${APXS}:${APACHE_PORT} APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 do-build: @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c |