diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-20 07:58:26 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-20 07:58:26 +0000 |
commit | a14f362e9069bcdaeca68284639a48fcc7bda421 (patch) | |
tree | 5bbcfd3f6a1e0a573751c458b8a7b108c2535f36 /perl | |
parent | b814fd9ce49ae02f1530afdc82403b1a349f697a (diff) |
added gdbm-native, perl-native depends on it
BKrev: 41761aa25OIXqABrt3v_jwPt3_tYrg
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-native_5.8.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-native_5.8.3.oe b/perl/perl-native_5.8.3.oe index eed4ad2bca..ec71266f7a 100644 --- a/perl/perl-native_5.8.3.oe +++ b/perl/perl-native_5.8.3.oe @@ -1,7 +1,7 @@ SECTION = "libs" inherit native -DEPENDS = "db3-native" +DEPENDS = "db3-native gdbm-native" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz" S = "${WORKDIR}/perl-${PV}" |