summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-08-26 15:59:14 +0000
committerjschauma <jschauma@pkgsrc.org>2003-08-26 15:59:14 +0000
commitb1599612444165c48397f8c93528767b67d8176c (patch)
tree5c8f26621353f4b1642907ff4953e57f3dd16b29 /lang
parent1d4dc29806330f9f8dacc39c6f3b8cec3f269bf1 (diff)
downloadpkgsrc-b1599612444165c48397f8c93528767b67d8176c.tar.gz
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 (limited to 'lang')
-rw-r--r--lang/perl5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 985e381f906..73fe5877bcf 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -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 @@ post-install:
${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"