diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-30 16:32:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-30 16:32:29 +0000 |
commit | ffea52435405f61ee0aed2efa1d8019f1878cedc (patch) | |
tree | b092444c934cc58ae1b5b6d211b9a144f378f735 /databases/p5-DBI-Shell | |
parent | 3f0596ac78a41e58122b1ff7c3cf744e6c8bc88c (diff) | |
download | pkgsrc-ffea52435405f61ee0aed2efa1d8019f1878cedc.tar.gz |
Fix Perl reference.
Diffstat (limited to 'databases/p5-DBI-Shell')
-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" |