From 3e449925f7ffc2e6d187b9aa49e86c28f008e771 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sat, 26 Oct 2002 16:33:12 +0000 Subject: [PATCH] Fix RUN_DEPENDS. --- www/p5-Apache-Session/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index fce8182480a5..5d0024c859de 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -17,6 +17,7 @@ MAINTAINER= frank@exit.com BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes