Add XXX: variables need to be in sync.

This commit is contained in:
ajacoutot 2015-06-13 08:35:18 +00:00
parent fe5cf7548f
commit 4c72077de5
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.63 2015/03/19 20:25:26 naddy Exp $
# $OpenBSD: Makefile,v 1.64 2015/06/13 08:35:18 ajacoutot Exp $
COMMENT-java= Java bindings for Berkeley DB, revision ${REV}
@ -19,7 +19,7 @@ REVISION-java = 3
REVISION-tcl = 0
DBLIBDIR= lib/db4
# XXX sync LIBdb_VERSION in x11/gnome/libgda
# XXX LIBdb_VERSION is used by x11/gnome/libgda
SHARED_LIBS += db 5.0 # .0.0
SHARED_LIBS += db_cxx 6.0 # .0.0
SHARED_LIBS += db_java 5.0 # .0.0

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.72 2015/03/31 06:43:23 jasper Exp $
# $OpenBSD: Makefile,v 1.73 2015/06/13 08:35:18 ajacoutot Exp $
COMMENT= compiler for the GObject type system
GNOME_PROJECT= vala
GNOME_VERSION= 0.28.0
# XXX API_V is used by x11/gnome/libgda
API_V= 0.28
SHARED_LIBS += vala-0.28 0.0 # 0.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.102 2015/06/13 08:31:46 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.103 2015/06/13 08:35:18 ajacoutot Exp $
SHARED_ONLY= Yes
@ -74,7 +74,7 @@ CONFIGURE_ARGS= --enable-system-sqlite \
--with-mysql="${LOCALBASE}" \
--with-postgres="${LOCALBASE}"
# XXX sync with API_V:R in lang/vala
# XXX sync with API_V in lang/vala
CONFIGURE_ENV += VALA_API_VERSION=0.28
FAKE_FLAGS= configdir="${PREFIX}/share/examples/libgda"