Correct a dependency, sqlite2 -> sqlite3. Bump the PORTREVISION.
Submitted by: Peter Czanik <pczanik@fang.fa.gau.hu> (in freebsd-ports list)
This commit is contained in:
parent
56ddf22d60
commit
1b45bf5cd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137529
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue