diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 02:07:35 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 02:07:35 +0000 |
commit | d0ee841d3ffa3a09dc9c6fb245477dce1848a18f (patch) | |
tree | 0de2c8996e3d55a57bd147ce507c360b39a2e4bb /databases/sqlite3/Makefile | |
parent | 891c1d8a95a9b0cbbf2c6d2ea90148a79ab2f910 (diff) |
- Update to 3.3.14
Notes
Notes:
svn path=/head/; revision=189321
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r-- | databases/sqlite3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 64575979b125..161107e38fdb 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sqlite3 -PORTVERSION= 3.3.13 +PORTVERSION= 3.3.14 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ .if defined(USE_THOL) @@ -17,6 +17,8 @@ DISTNAME= sqlite-${PORTVERSION} MAINTAINER= mnag@FreeBSD.org COMMENT?= An SQL database engine in a C library w/ Tcl wrapper +SLAVEDIRS= databases/sqlite3-threads + USE_GMAKE= YES USE_GNOME= pkgconfig USE_AUTOTOOLS= libtool:15 @@ -46,8 +48,6 @@ PLIST_SUB+= THOL="" CONFLICTS= sqlite-3* .endif -SLAVEDIRS= databases/sqlite3-threads - .include <bsd.port.pre.mk> .if defined(WITH_DEBUG) |