diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-06-16 08:45:38 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-06-16 08:45:38 +0000 |
commit | 1b45bf5cd10937906149664aa54e945e4565af27 (patch) | |
tree | e328194ce0b0da4e0cf00433469a38efd7c98b98 /databases/libgda3 | |
parent | 56ddf22d60ac84b57566c21de58903d9f91a84ae (diff) |
Correct a dependency, sqlite2 -> sqlite3. Bump the PORTREVISION.
Submitted by: Peter Czanik <pczanik@fang.fa.gau.hu> (in freebsd-ports list)
Notes
Notes:
svn path=/head/; revision=137529
Diffstat (limited to 'databases/libgda3')
-rw-r--r-- | databases/libgda3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 80d86ca5b727..6f513997dca0 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgda2 PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2 @@ -71,7 +72,7 @@ WITH_MDB= yes WITH_ODBC= yes .endif -.if exists(${LOCALBASE}/lib/libsqlite.so.2) +.if exists(${LOCALBASE}/lib/libsqlite3.so.8) WITH_SQLITE= yes .endif @@ -148,7 +149,7 @@ PLIST_SUB+= ODBC:="@comment " .endif .if !defined(WITHOUT_SQLITE) && defined(WITH_SQLITE) -LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2 +LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE} PLIST_SUB+= SQLITE:="" .else |