diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 10:21:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 10:21:53 +0200 |
commit | 0eb32a8e2e000218959606af4a54a55fc4598eea (patch) | |
tree | dbed87c0eb164cfa4e174b8ffbec5764f329f50a /package/p5-dbd-sqlite/Makefile | |
parent | cdfe818edc260adc555fe71c4995ef12662aa6b9 (diff) |
fix perl cross-compile and some modules on Darwin host
Diffstat (limited to 'package/p5-dbd-sqlite/Makefile')
-rw-r--r-- | package/p5-dbd-sqlite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/p5-dbd-sqlite/Makefile b/package/p5-dbd-sqlite/Makefile index 1be5008c6..abcd09a83 100644 --- a/package/p5-dbd-sqlite/Makefile +++ b/package/p5-dbd-sqlite/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 86cfaf477cb9ddc39508f74f4268fc79 PKG_DESCR:= self-contained rdbms in a dbi driver PKG_SECTION:= dev/perl -PKG_DEPENDS:= perl -PKG_BUILDDEP:= perl +PKG_DEPENDS:= perl p5-dbi +PKG_BUILDDEP:= perl p5-dbi-host PKG_SITES:= http://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/ DISTFILES:= DBD-SQLite-${PKG_VERSION}.tar.gz |