diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-02-11 13:36:53 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-02-11 13:36:53 +0000 |
commit | 0229d7f5599113a443a13d15c3e8126a0a2b996f (patch) | |
tree | 54b7f0f43ef6e10b9f5849a62628ae60b0b5b6bb /databases/p5-DBD-SQLite | |
parent | f226aebc822e9e80bc542b2bdc2c807b3dd1d070 (diff) | |
download | ports-0229d7f5599113a443a13d15c3e8126a0a2b996f.tar.gz ports-0229d7f5599113a443a13d15c3e8126a0a2b996f.zip |
Make it always use bundled sqlite source, since it does not work well if
it finds and uses installed databases/sqlite library.
Notes
Notes:
svn path=/head/; revision=155744
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/pkg-plist | 4 |
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 |