diff options
-rw-r--r-- | databases/p5-DBI-Shell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile index 35787d91c53..5160c9a189a 100644 --- a/databases/p5-DBI-Shell/Makefile +++ b/databases/p5-DBI-Shell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/06 06:21:41 reed Exp $ +# $NetBSD: Makefile,v 1.8 2007/08/30 16:32:29 joerg Exp $ # DISTNAME= DBI-Shell-11.93 @@ -21,6 +21,8 @@ PERL5_PACKLIST= auto/DBI/Shell/.packlist BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.37 +REPLACE_PERL+= lib/DBI/Shell/SQLMinus.pm + .include "../../databases/p5-DBI/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |