diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 13:16:55 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 13:16:55 +0000 |
commit | 6aedde6e66212d890d083291657827862f71e05c (patch) | |
tree | 6a4474a7629d24d7140e3105e452926922e47bc5 /databases | |
parent | 85b7f289a9fab91299683b02927874372aab552f (diff) | |
download | FreeBSD-ports-6aedde6e66212d890d083291657827862f71e05c.zip FreeBSD-ports-6aedde6e66212d890d083291657827862f71e05c.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42192
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'databases')
-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 625d255..2c4c8c7 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 16121ca..58a702d 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 42d7b12..9c90ee7 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 2aa17a4..5844e02 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 607a867..ff481cb 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 |