summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-02-11 13:36:53 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-02-11 13:36:53 +0000
commit0229d7f5599113a443a13d15c3e8126a0a2b996f (patch)
tree54b7f0f43ef6e10b9f5849a62628ae60b0b5b6bb
parentUpdate to the 20060209 snapshot of GCC 4.0.3. (diff)
Make it always use bundled sqlite source, since it does not work well if
it finds and uses installed databases/sqlite library.
-rw-r--r--databases/p5-DBD-SQLite/Makefile2
-rw-r--r--databases/p5-DBD-SQLite/pkg-plist4
2 files changed, 4 insertions, 2 deletions
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