diff options
Diffstat (limited to 'www/p5-Apache-Profiler/Makefile')
-rw-r--r-- | www/p5-Apache-Profiler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-Profiler/Makefile b/www/p5-Apache-Profiler/Makefile index 1930a6cc113e..84478cf63a56 100644 --- a/www/p5-Apache-Profiler/Makefile +++ b/www/p5-Apache-Profiler/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Profiles time seconds needed for every request -BUILD_DEPENDS= mp2bug:www/mod_perl2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= mp2bug:www/mod_perl2 USES= perl5 USE_PERL5= configure |