summaryrefslogtreecommitdiff
path: root/www/dpsearch/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-12-23 08:25:47 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-12-23 08:25:47 +0000
commit617938836df905824ac0214a5f379bd18495a18d (patch)
tree5942cea4112b665ee12f56e68f624378791cef22 /www/dpsearch/Makefile
parentFix pkg-plist. (diff)
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
Notes
Notes: svn path=/head/; revision=124931
Diffstat (limited to '')
-rw-r--r--www/dpsearch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile
index 3a9b5cf51c34..074099d1bf3e 100644
--- a/www/dpsearch/Makefile
+++ b/www/dpsearch/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dpsearch
PORTVERSION= 4.26
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.dataparksearch.org/ \
http://dataparksearch.h0t.de/
@@ -119,7 +120,7 @@ USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
.elif defined(WITH_DPSEARCH_SQLITE)
-LIB_DEPEND+= sqlite.2:${PORTSDIR}/databases/sqlite
+LIB_DEPEND+= sqlite.2:${PORTSDIR}/databases/sqlite2
CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE}
.endif