diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-08 03:25:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-08 03:25:43 +0000 |
commit | 5bddc88b84e2338fdba8fe01cdddf95606aee294 (patch) | |
tree | b1ef69430e72b86da8f5d3504ef9dd98323c928d /databases | |
parent | 42aae35273ccbb5c52c517a0d32063e984d296ec (diff) | |
download | pkgsrc-5bddc88b84e2338fdba8fe01cdddf95606aee294.tar.gz |
Fix dependency.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBICx-Deploy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBICx-Deploy/Makefile b/databases/p5-DBICx-Deploy/Makefile index 956537e3981..99707bc3483 100644 --- a/databases/p5-DBICx-Deploy/Makefile +++ b/databases/p5-DBICx-Deploy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 19:11:41 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/09/08 03:25:43 joerg Exp $ DISTNAME= DBICx-Deploy-0.02 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DBICx/Deploy/.packlist -BUILD_DEPENDS+= p5-DBD-SQLite:../../databases/p5-DBD-SQLite +BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class DEPENDS+= p5-SQL-Translator-[0-9]*:../../databases/p5-SQL-Translator |