mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
7 lines
173 B
Perl
7 lines
173 B
Perl
# $NetBSD: cpan-DB_File-hints-netbsd.pl,v 1.1 2011/09/17 18:51:36 brook Exp $
|
|
|
|
# cpan/DB_File:
|
|
# NetBSD does not provide -ldb, so avoid linking to it
|
|
|
|
$self->{LIBS} = [''];
|