mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
7 lines
175 B
Perl
7 lines
175 B
Perl
# $NetBSD: cpan-DB_File-hints-openbsd.pl,v 1.1 2014/01/24 16:37:19 ryoon Exp $
|
|
|
|
# cpan/DB_File:
|
|
# OpenBSD does not provide -ldb, so avoid linking to it
|
|
|
|
$self->{LIBS} = [''];
|