diff options
-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 |