From 0229d7f5599113a443a13d15c3e8126a0a2b996f Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Sat, 11 Feb 2006 13:36:53 +0000 Subject: Make it always use bundled sqlite source, since it does not work well if it finds and uses installed databases/sqlite library. --- databases/p5-DBD-SQLite/Makefile | 2 ++ databases/p5-DBD-SQLite/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'databases/p5-DBD-SQLite') diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index f0e654ebd21f..7d86bddb778e 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBD-SQLite PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -16,6 +17,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Provides access to SQLite3 databases through the DBI PERL_CONFIGURE= yes +CONFIGURE_ARGS+= USE_LOCAL_SQLITE=yes MAN3= DBD::SQLite.3 diff --git a/databases/p5-DBD-SQLite/pkg-plist b/databases/p5-DBD-SQLite/pkg-plist index 4fe9a9fec2a9..8763ff5a98dd 100644 --- a/databases/p5-DBD-SQLite/pkg-plist +++ b/databases/p5-DBD-SQLite/pkg-plist @@ -3,5 +3,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD -- cgit v1.2.3