summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-08-26 15:59:14 +0000
committerjschauma <jschauma>2003-08-26 15:59:14 +0000
commit493282b3ff17c4cff979eefb2db0e408839cc3bb (patch)
tree5c8f26621353f4b1642907ff4953e57f3dd16b29 /lang/perl5
parent6b69cc9b6937b55c7a4d1bb00330506feb295d51 (diff)
downloadpkgsrc-493282b3ff17c4cff979eefb2db0e408839cc3bb.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/perl5')
-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"