diff options
author | obache <obache> | 2014-06-07 12:08:47 +0000 |
---|---|---|
committer | obache <obache> | 2014-06-07 12:08:47 +0000 |
commit | c2ce619750357359e52466b5723e670a74e12612 (patch) | |
tree | 7b35e00f9ab2795573393349f48eafaaa5f4d09a /lang/perl5 | |
parent | 830988c3c91a240738e7a9ab98c8dd3e8c9cdf87 (diff) | |
download | pkgsrc-c2ce619750357359e52466b5723e670a74e12612.tar.gz |
-lnetwork is wanted for Haiku.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index a72ed7013b5..017a8d1fb3a 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.226 2014/06/07 12:07:43 obache Exp $ +# $NetBSD: Makefile,v 1.227 2014/06/07 12:08:47 obache Exp $ .include "license.mk" .include "Makefile.common" @@ -193,6 +193,7 @@ LIBSWANTED.Darwin= m c LIBSWANTED.DragonFly= m crypt LIBSWANTED.FreeBSD= m crypt LIBSWANTED.GNUkFreeBSD= m crypt dl nsl +LIBSWANTED.Haiku= network LIBSWANTED.HPUX= cl pthread $$libswanted # see Perl's README.hpux LIBSWANTED.IRIX= m crypt LIBSWANTED.Interix= m dl |