projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
737c527
)
perl-dbi: add dependency on perlbase-essential (closes: #5663)
author
Nicolas Thill
<nico@openwrt.org>
Mon, 21 Dec 2009 01:09:49 +0000
(
01:09
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 21 Dec 2009 01:09:49 +0000
(
01:09
+0000)
SVN-Revision: 18868
lang/perl-dbi/Makefile
patch
|
blob
|
history
diff --git
a/lang/perl-dbi/Makefile
b/lang/perl-dbi/Makefile
index d69b42956a1c57c2c5603c1b49ca03ab79d5d24a..6ca6b095b506f6f805a354d781234ffe45145aba 100644
(file)
--- a/
lang/perl-dbi/Makefile
+++ b/
lang/perl-dbi/Makefile
@@
-20,7
+20,7
@@
SECTION:=lang
CATEGORY:=Languages
TITLE:=Database independent interface for Perl
URL:=http://search.cpan.org/~timb/DBI/
-DEPENDS:=perl
+DEPENDS:=perl
+perlbase-essential
endef
define Build/Configure