diff options
author | jlam <jlam> | 2003-09-13 10:18:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-09-13 10:18:06 +0000 |
commit | cb64317774b760de00bbe1e7c9f4cfa01eedc640 (patch) | |
tree | 29f4e1e7a05b2803b127fb6c872f46f4477076dc /lang/perl5 | |
parent | fc22e09d87c32e2aff7653372759b9de6fef63ea (diff) | |
download | pkgsrc-cb64317774b760de00bbe1e7c9f4cfa01eedc640.tar.gz |
Only include libiconv/buildlink2.mk on IRIX. It's not needed on NetBSD.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 6 |
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" |