diff options
author | tobez <tobez@FreeBSD.org> | 2006-02-11 21:36:53 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-02-11 21:36:53 +0800 |
commit | c229145c6bbba66441a72c513f408acb407ca27e (patch) | |
tree | bbc44901af1776215b690df9e74f3f6b7e554d45 /databases | |
parent | a5cfc3a64e2f74581a6270d54c0b42b7a102528b (diff) | |
download | freebsd-ports-gnome-c229145c6bbba66441a72c513f408acb407ca27e.tar.gz freebsd-ports-gnome-c229145c6bbba66441a72c513f408acb407ca27e.tar.zst freebsd-ports-gnome-c229145c6bbba66441a72c513f408acb407ca27e.zip |
Make it always use bundled sqlite source, since it does not work well if
it finds and uses installed databases/sqlite library.
Diffstat (limited to 'databases')
-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 |