summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-30 16:32:29 +0000
committerjoerg <joerg>2007-08-30 16:32:29 +0000
commitf36a1fb0db6fe5b45e6669bc1ed32026c0900845 (patch)
treeb092444c934cc58ae1b5b6d211b9a144f378f735 /databases
parent4de2ecc8d64988b050f3efd231771dfc932f6da9 (diff)
downloadpkgsrc-f36a1fb0db6fe5b45e6669bc1ed32026c0900845.tar.gz
Fix Perl reference.
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBI-Shell/Makefile4
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"