pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-SQLite bl3ify and enable pkgviews ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f994998e07e
branches:  trunk
changeset: 469307:3f994998e07e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Feb 22 01:26:06 2004 +0000

description:
bl3ify and enable pkgviews installation.

diffstat:

 databases/p5-DBD-SQLite/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 38ae7acdc491 -r 3f994998e07e databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile  Sun Feb 22 01:19:40 2004 +0000
+++ b/databases/p5-DBD-SQLite/Makefile  Sun Feb 22 01:26:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:39:07 martti Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/22 01:26:06 minskim Exp $
 #
 
 VER=           0.25
@@ -12,9 +12,11 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 COMMENT=       Perl DBI/DBD driver for sqlite databases
 
-USE_BUILDLINK2=        YES
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=        YES
 PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/DBD/SQLite/.packlist
 
-.include "../../databases/p5-DBI/buildlink2.mk"
+.include "../../databases/p5-DBI/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index