diff options
author | sno <sno@pkgsrc.org> | 2010-08-19 20:28:24 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-19 20:28:24 +0000 |
commit | 107c8a34aaa6f709baeccd6eeb27c851c99c3ce0 (patch) | |
tree | 1ba27ee6fd1c5ab8700ad9eda3b064566aa11831 | |
parent | 9d65dc4e393ef720b3bc2715bb119b8ba83595d0 (diff) | |
download | pkgsrc-107c8a34aaa6f709baeccd6eeb27c851c99c3ce0.tar.gz |
fix typo
-rw-r--r-- | databases/p5-DBIx-Class-Schema-Loader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile index dace106162d..4cbd4fb8365 100644 --- a/databases/p5-DBIx-Class-Schema-Loader/Makefile +++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/08/19 20:27:18 sno Exp $ +# $NetBSD: Makefile,v 1.10 2010/08/19 20:28:24 sno Exp $ DISTNAME= DBIx-Class-Schema-Loader-0.07001 PKGNAME= p5-${DISTNAME} @@ -44,7 +44,7 @@ DEPENDS+= p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard DEPENDS+= p5-Text-Balanced>=0:../../textproc/p5-Text-Balanced DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny #DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require -BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean +DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean # Avoid complaints if we do not have DB2, Oracle, Pg and mysql MAKE_ENV+= DBIC_FEATURE_NOQUESTIONS=1 |