diff options
author | obache <obache@pkgsrc.org> | 2013-02-28 04:33:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-02-28 04:33:57 +0000 |
commit | 4fa0bef14001c658c4888e4f92f13ad83b23786c (patch) | |
tree | 64eb596b241c82923a4378001029a9b45ae37fbf /lang/perl5/Makefile | |
parent | 0e287fdcbbd2173f3a0eff829b72442df263ac99 (diff) | |
download | pkgsrc-4fa0bef14001c658c4888e4f92f13ad83b23786c.tar.gz |
tell library related staffs for Cygwin.
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 9c000c01439..6b5f8c55868 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.196 2013/02/28 00:50:44 obache Exp $ +# $NetBSD: Makefile,v 1.197 2013/02/28 04:33:57 obache Exp $ .include "license.mk" .include "Makefile.common" @@ -118,6 +118,7 @@ SUBST_VARS.policysh+= FALSE # dependencies. If this isn't defined, then use the perl defaults for the # particular operating system. # +LIBSWANTED.Cygwin= m crypt dl LIBSWANTED.Darwin= m c LIBSWANTED.DragonFly= m crypt LIBSWANTED.FreeBSD= m crypt @@ -137,6 +138,7 @@ SUBST_VARS.policysh+= LIBSWANTED # If this isn't defined, then use the perl defaults for the particular # operating system. # +SYSLIBPATH.Cygwin= /usr/lib SYSLIBPATH.Darwin= /usr/lib SYSLIBPATH.DragonFly= /usr/lib SYSLIBPATH.FreeBSD= /usr/lib |