diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:16:55 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:16:55 +0000 |
commit | a1236aeac74a98e646df6d57b958420724b0ef1e (patch) | |
tree | 10dcf6d2be9ddc1070d0db883aad86cb05da6980 | |
parent | o Deploy USE_GNOMENG infrastructure (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42192
Submitted by: Edwin Groothuis <edwin@mavetju.org>
-rw-r--r-- | databases/dbmetrix/Makefile | 3 | ||||
-rw-r--r-- | databases/edb/Makefile | 3 | ||||
-rw-r--r-- | databases/gmysql/Makefile | 3 | ||||
-rw-r--r-- | databases/libiodbc/Makefile | 3 | ||||
-rw-r--r-- | databases/sqlrelay/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/databases/dbmetrix/Makefile b/databases/dbmetrix/Makefile index 625d255f5730..2c4c8c7b9b90 100644 --- a/databases/dbmetrix/Makefile +++ b/databases/dbmetrix/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${PREFIX} diff --git a/databases/edb/Makefile b/databases/edb/Makefile index 16121ca877ea..58a702df01a6 100644 --- a/databases/edb/Makefile +++ b/databases/edb/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= enlightenment MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes post-patch: diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile index 42d7b12bad30..9c90ee734c17 100644 --- a/databases/gmysql/Makefile +++ b/databases/gmysql/Makefile @@ -15,7 +15,8 @@ MAINTAINER= dirk@FreeBSD.org LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${PREFIX} diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile index 2aa17a4a27d4..5844e028b928 100644 --- a/databases/libiodbc/Makefile +++ b/databases/libiodbc/Makefile @@ -17,7 +17,8 @@ MAINTAINER= ebakke@trolltech.com USE_LIBTOOL= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes INIDIR= ${PREFIX}/etc/${PORTNAME} CONFIGURE_ARGS= --with-iodbc-inidir=${INIDIR} diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 607a867a9d13..ff481cb24b4e 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -108,7 +108,8 @@ IF_FREETDS= "@comment " .endif .if defined(WITH_GTK) && ${WITH_GTK:L} != no -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 CONFIGURE_ARGS+= --with-gtk-prefix="${X11BASE}" IF_GTK= "" .else |