diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-16 20:36:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-16 20:36:09 +0000 |
commit | 347b75f9412ef55df36f4afd51005ae864464529 (patch) | |
tree | 051c9305417461c34baa8a3a56ee2a6261c971f3 /lang/gambas2-base | |
parent | ab68bd1c5f9f09a0972e1c4231572d318d361e7e (diff) |
Notes
Diffstat (limited to 'lang/gambas2-base')
-rw-r--r-- | lang/gambas2-base/Makefile.components | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/gambas2-base/Makefile.components b/lang/gambas2-base/Makefile.components index 0cd27c961a78..fbbf28cee71d 100644 --- a/lang/gambas2-base/Makefile.components +++ b/lang/gambas2-base/Makefile.components @@ -22,6 +22,7 @@ USE_SDL= sdl mixer .endif .if ${PKGNAMESUFFIX} == "-gb-db-firebird" +BROKEN= does not install USE_FIREBIRD= yes CONFIGURE_ARGS+= --with-firebird-includes=${LOCALBASE}/include \ @@ -29,6 +30,7 @@ CONFIGURE_ARGS+= --with-firebird-includes=${LOCALBASE}/include \ .endif .if ${PKGNAMESUFFIX} == "-gb-db-mysql" +BROKEN= does not install USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql-includes=${LOCALBASE}/include/mysql \ @@ -36,6 +38,7 @@ CONFIGURE_ARGS+= --with-mysql-includes=${LOCALBASE}/include/mysql \ .endif .if ${PKGNAMESUFFIX} == "-gb-db-postgresql" +BROKEN= does not install USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql-includes="${PGSQL_INCLUDES}" \ @@ -47,6 +50,7 @@ PGSQL_INCLUDES= ${LOCALBASE}/include/postgresql \ .endif .if ${PKGNAMESUFFIX} == "-gb-db-odbc" +BROKEN= does not install LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+= --with-odbc-includes=${LOCALBASE}/include \ @@ -54,6 +58,7 @@ CONFIGURE_ARGS+= --with-odbc-includes=${LOCALBASE}/include \ .endif .if ${PKGNAMESUFFIX} == "-gb-db-sqlite2" +BROKEN= does not install USE_SQLITE= 2 CONFIGURE_ARGS+= --with-sqlite2-includes=${LOCALBASE}/include \ @@ -61,6 +66,7 @@ CONFIGURE_ARGS+= --with-sqlite2-includes=${LOCALBASE}/include \ .endif .if ${PKGNAMESUFFIX} == "-gb-db-sqlite3" +BROKEN= does not install USE_SQLITE= yes CONFIGURE_ARGS+= --with-sqlite3-includes=${LOCALBASE}/include \ |