summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-08-17 15:01:34 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-08-17 15:01:34 +0000
commit5efdb5206114015c323d99d8933f81cb4660f133 (patch)
treedf0ba317dfda2a361a8bec6efe1d3e616a0aa28c /lang
parent2009-08-16 misc/bibletime-devel: removed (diff)
- Add missing dependencies
- Remove BROKEN on gambas2-gb-db* ports Reported by: pav, linimon, erwin
Notes
Notes: svn path=/head/; revision=239762
Diffstat (limited to 'lang')
-rw-r--r--lang/gambas2-base/Makefile1
-rw-r--r--lang/gambas2-base/Makefile.components16
2 files changed, 11 insertions, 6 deletions
diff --git a/lang/gambas2-base/Makefile b/lang/gambas2-base/Makefile
index ab8ccca1aaca..eda292a75969 100644
--- a/lang/gambas2-base/Makefile
+++ b/lang/gambas2-base/Makefile
@@ -15,6 +15,7 @@ DIST_SUBDIR= ${PORTNAME:S/2//g}
MAINTAINER= acm@FreeBSD.org
COMMENT?= A basic language with object extensions
+BUILD_DEPENDS= xdg-mime:${PORTSDIR}/devel/xdg-utils
LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi
USE_AUTOTOOLS= autoconf:262:env automake:19:env
diff --git a/lang/gambas2-base/Makefile.components b/lang/gambas2-base/Makefile.components
index fbbf28cee71d..8d5e9282554a 100644
--- a/lang/gambas2-base/Makefile.components
+++ b/lang/gambas2-base/Makefile.components
@@ -22,7 +22,8 @@ USE_SDL= sdl mixer
.endif
.if ${PKGNAMESUFFIX} == "-gb-db-firebird"
-BROKEN= does not install
+BUILD_DEPENDS+= gbi2:${PORTSDIR}/lang/gambas2-base
+
USE_FIREBIRD= yes
CONFIGURE_ARGS+= --with-firebird-includes=${LOCALBASE}/include \
@@ -30,7 +31,8 @@ CONFIGURE_ARGS+= --with-firebird-includes=${LOCALBASE}/include \
.endif
.if ${PKGNAMESUFFIX} == "-gb-db-mysql"
-BROKEN= does not install
+BUILD_DEPENDS+= gbi2:${PORTSDIR}/lang/gambas2-base
+
USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql-includes=${LOCALBASE}/include/mysql \
@@ -38,7 +40,7 @@ CONFIGURE_ARGS+= --with-mysql-includes=${LOCALBASE}/include/mysql \
.endif
.if ${PKGNAMESUFFIX} == "-gb-db-postgresql"
-BROKEN= does not install
+BUILD_DEPENDS+= gbi2:${PORTSDIR}/lang/gambas2-base
USE_PGSQL= yes
CONFIGURE_ARGS+= --with-postgresql-includes="${PGSQL_INCLUDES}" \
@@ -50,7 +52,7 @@ PGSQL_INCLUDES= ${LOCALBASE}/include/postgresql \
.endif
.if ${PKGNAMESUFFIX} == "-gb-db-odbc"
-BROKEN= does not install
+BUILD_DEPENDS+= gbi2:${PORTSDIR}/lang/gambas2-base
LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-odbc-includes=${LOCALBASE}/include \
@@ -58,7 +60,8 @@ CONFIGURE_ARGS+= --with-odbc-includes=${LOCALBASE}/include \
.endif
.if ${PKGNAMESUFFIX} == "-gb-db-sqlite2"
-BROKEN= does not install
+BUILD_DEPENDS+= gbi2:${PORTSDIR}/lang/gambas2-base
+
USE_SQLITE= 2
CONFIGURE_ARGS+= --with-sqlite2-includes=${LOCALBASE}/include \
@@ -66,7 +69,8 @@ CONFIGURE_ARGS+= --with-sqlite2-includes=${LOCALBASE}/include \
.endif
.if ${PKGNAMESUFFIX} == "-gb-db-sqlite3"
-BROKEN= does not install
+BUILD_DEPENDS+= gbi2:${PORTSDIR}/lang/gambas2-base
+
USE_SQLITE= yes
CONFIGURE_ARGS+= --with-sqlite3-includes=${LOCALBASE}/include \