summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-13 10:18:06 +0000
committerjlam <jlam>2003-09-13 10:18:06 +0000
commitcb64317774b760de00bbe1e7c9f4cfa01eedc640 (patch)
tree29f4e1e7a05b2803b127fb6c872f46f4477076dc /lang
parentfc22e09d87c32e2aff7653372759b9de6fef63ea (diff)
downloadpkgsrc-cb64317774b760de00bbe1e7c9f4cfa01eedc640.tar.gz
Only include libiconv/buildlink2.mk on IRIX. It's not needed on NetBSD.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 73fe5877bcf..3ad683b09c4 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2003/08/26 15:59:14 jschauma Exp $
+# $NetBSD: Makefile,v 1.70 2003/09/13 10:18:06 jlam Exp $
.include "../../lang/perl5/Makefile.common"
@@ -187,5 +187,7 @@ 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"
+.if ${OPSYS} == "IRIX"
+. include "../../converters/libiconv/buildlink2.mk"
+.endif
.include "../../mk/bsd.pkg.mk"