aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2010-08-19 06:06:58 +0800
committerlwhsu <lwhsu@FreeBSD.org>2010-08-19 06:06:58 +0800
commit227288edc86c5d2231cdbdaf12a6c6fb1160cc6b (patch)
treef4b14bdd0ff58c6929029472325e8eb2e6d5f784 /databases/sqlite3
parent5ad835981d8ec373f37c0214066f78609a944906 (diff)
downloadfreebsd-ports-gnome-227288edc86c5d2231cdbdaf12a6c6fb1160cc6b.tar.gz
freebsd-ports-gnome-227288edc86c5d2231cdbdaf12a6c6fb1160cc6b.tar.zst
freebsd-ports-gnome-227288edc86c5d2231cdbdaf12a6c6fb1160cc6b.zip
- Recover missing dependency (devel/pkg-config)
- Bump PORTREVISION PR: ports/146876 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> Approved by: Pavel I Volkov <pol AT opk.ru> (maintainer)
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index d02bb57a0f47..a5b987f48a71 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sqlite3
PORTVERSION= 3.6.23.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
DISTNAME= sqlite-${PORTVERSION}
@@ -18,10 +18,9 @@ COMMENT= An SQL database engine in a C library
CONFLICTS= sqlite34-[0-9]*
USE_GMAKE= YES
-USE_GNOME= pkgconfig
+USE_GNOME= pkgconfig gnomehack
USE_LDCONFIG= YES
GNU_CONFIGURE= YES
-USE_GNOME= gnomehack
USE_TCL_BUILD= 84+
CONFIGURE_ENV+= TCLSH_CMD="${TCLSH}" \
TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \