pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl5 Unlike perl58, this versions appears to req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d56abcce3a8e
branches:  trunk
changeset: 460269:d56abcce3a8e
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue Aug 26 15:59:14 2003 +0000

description:
Unlike perl58, this versions appears to require some libiconv functionality,
so add the appropriate buildlink.  Doesn't affect NetBSD, but makes this
work under Irix.  Apparently this is a change I forgot to commit a long time
ago.

diffstat:

 lang/perl5/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r a0e85270b604 -r d56abcce3a8e lang/perl5/Makefile
--- a/lang/perl5/Makefile       Tue Aug 26 15:33:48 2003 +0000
+++ b/lang/perl5/Makefile       Tue Aug 26 15:59:14 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2003/08/26 02:30:27 jlam Exp $
+# $NetBSD: Makefile,v 1.69 2003/08/26 15:59:14 jschauma Exp $
 
 .include "../../lang/perl5/Makefile.common"
 
@@ -187,4 +187,5 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/mk
        ${INSTALL_DATA} ${WRKDIR}/bsd.perl.mk ${PREFIX}/share/mk/bsd.perl.mk
 
+.include "../../converters/libiconv/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index