[Midnightbsd-cvs] mports: Makefile: More fixes.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Fri Oct 10 12:29:18 EDT 2008
Log Message:
-----------
More fixes. Get the file right in the depends as well.
Modified Files:
--------------
mports/archivers/p5-IO-Compress-Zlib:
Makefile (r1.7 -> r1.8)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/archivers/p5-IO-Compress-Zlib/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L archivers/p5-IO-Compress-Zlib/Makefile -L archivers/p5-IO-Compress-Zlib/Makefile -u -r1.7 -r1.8
--- archivers/p5-IO-Compress-Zlib/Makefile
+++ archivers/p5-IO-Compress-Zlib/Makefile
@@ -16,8 +16,6 @@
COMMENT= Perl5 interface for reading and writing of (g)zip files
LICENSE= perl
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
- ${SITE_PERL}/IO/Compress/Base.pm:${PORTSDIR}/archivers/p5-IO-Compress-Base
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
@@ -32,8 +30,12 @@
.if ${PERL_BRANCH} == "5.10"
PLIST_SUB+= PERL510="" PERL58="@comment "
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
+ ${SITE_PERL}/${PERL_ARCH}/IO/Compress/Base.pm:${PORTSDIR}/archivers/p5-IO-Compress-Base
.else
PLIST_SUB+= PERL510="@comment " PERL58=""
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
+ ${SITE_PERL}/IO/Compress/Base.pm:${PORTSDIR}/archivers/p5-IO-Compress-Base
.endif
.include <bsd.port.post.mk>
More information about the Midnightbsd-cvs
mailing list