diff options
author | jschauma <jschauma> | 2003-09-13 17:05:08 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-09-13 17:05:08 +0000 |
commit | 30b0e46d629b9dd016262047d16e42a4a178dd6c (patch) | |
tree | bd85f86c7f96ba2b3650965e43b4d6ae0d7ed3cd /lang/perl5 | |
parent | eaa8a961855055f9942a0039e84bebc99f8a2b3e (diff) | |
download | pkgsrc-30b0e46d629b9dd016262047d16e42a4a178dd6c.tar.gz |
Use LIBSWANTED.IRIX and remove inclusion of libiconv buildlink as it's no
longer needed. Suggested by jlam@.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 3ad683b09c4..dd9ec9fb7e0 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2003/09/13 10:18:06 jlam Exp $ +# $NetBSD: Makefile,v 1.71 2003/09/13 17:05:08 jschauma Exp $ .include "../../lang/perl5/Makefile.common" @@ -58,6 +58,7 @@ CONFIGURE_ARGS+= -Dcc='cc -64' -Duse64bitint # particular operating system. # LIBSWANTED.FreeBSD= m crypt +LIBSWANTED.IRIX= m crypt LIBSWANTED.NetBSD= m crypt LIBSWANTED.SunOS= m crypt dl socket nsl @@ -187,7 +188,4 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/mk ${INSTALL_DATA} ${WRKDIR}/bsd.perl.mk ${PREFIX}/share/mk/bsd.perl.mk -.if ${OPSYS} == "IRIX" -. include "../../converters/libiconv/buildlink2.mk" -.endif .include "../../mk/bsd.pkg.mk" |