summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2003-12-05 05:31:12 +0000
committerreed <reed@pkgsrc.org>2003-12-05 05:31:12 +0000
commit77b83b13a61f105a64ab8a15095b7f0e04235600 (patch)
tree2109810e6ff8e1f008341c48e03ea1666dfa93a2 /lang
parent96e8d3fc7c862d79c863b11d13493cf219b7ce98 (diff)
downloadpkgsrc-77b83b13a61f105a64ab8a15095b7f0e04235600.tar.gz
For BSD/OS, define LIBSWANTED.BSDOS and SYSLIBPATH.BSDOS.
(I hadn't needed before, since didn't have other libraries installed that it tried to detect.)
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index d8dd596261d..7ab59be826b 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2003/12/03 17:29:12 erh Exp $
+# $NetBSD: Makefile,v 1.73 2003/12/05 05:31:12 reed Exp $
.include "../../lang/perl5/Makefile.common"
@@ -61,6 +61,7 @@ LIBSWANTED.FreeBSD= m crypt
LIBSWANTED.IRIX= m crypt
LIBSWANTED.NetBSD= m crypt
LIBSWANTED.SunOS= m crypt dl socket nsl
+LIBSWANTED.BSDOS= m crypt dl bind
# Nail down the directories in which the system libraries may be found.
# If this isn't defined, then use the perl defaults for the particular
@@ -68,6 +69,7 @@ LIBSWANTED.SunOS= m crypt dl socket nsl
#
SYSLIBPATH.NetBSD= /usr/lib
SYSLIBPATH.SunOS= /usr/lib
+SYSLIBPATH.BSDOS= /usr/lib
# Nail down the directories in which headers and libraries of
# locally-installed software may be found.