diff options
author | nork <nork@FreeBSD.org> | 2004-06-11 22:22:57 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-06-11 22:22:57 +0800 |
commit | fee2892fe698c65abb42b01a390b786059194bac (patch) | |
tree | 35bdd713dfcf4b435e40ac5313d4819737e92485 /databases/p5-DBD-SQLite/Makefile | |
parent | ee06d42ff5bf3c63e613a26c4a828a505b8834d4 (diff) | |
download | freebsd-ports-gnome-fee2892fe698c65abb42b01a390b786059194bac.tar.gz freebsd-ports-gnome-fee2892fe698c65abb42b01a390b786059194bac.tar.zst freebsd-ports-gnome-fee2892fe698c65abb42b01a390b786059194bac.zip |
Fix a crash problem.
PR: ports/63233 [1]
Reported by: Stefan `Sec` Zehl <sec@42.org> [1]
Submitted by: kuriyama
Obtained from: DBD::SQLite cvs repository
Diffstat (limited to 'databases/p5-DBD-SQLite/Makefile')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 4035a485a937..dd75f290db03 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBD-SQLite PORTVERSION= 0.31 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD |