[Midnightbsd-cvs] mports: Makefile: previously i didn't do +=.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 02:57:53 EDT 2008


Log Message:
-----------
previously i didn't do +=.  Fix that now.

Modified Files:
--------------
    mports/devel/p5-Module-Build:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/p5-Module-Build/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L devel/p5-Module-Build/Makefile -L devel/p5-Module-Build/Makefile -u -r1.4 -r1.5
--- devel/p5-Module-Build/Makefile
+++ devel/p5-Module-Build/Makefile
@@ -72,10 +72,9 @@
 .endif
 
 .if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
 		${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
 		${SITE_PERL}/ExtUtils/CBuilder.pm:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
-RUN_DEPENDS=    ${BUILD_DEPENDS}
 .endif
 
 .include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list