summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-15 17:21:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-15 17:21:56 +0000
commit800ef6c0b0033de28d4551a8dcefcd27457c8c54 (patch)
treea2573d557d1ace5b1d34469db85b45662cb23d95 /databases
parentUse USE_GNOMENG. (diff)
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Notes
Notes: svn path=/head/; revision=63003
Diffstat (limited to 'databases')
-rw-r--r--databases/freetds-devel/Makefile3
-rw-r--r--databases/freetds/Makefile3
-rw-r--r--databases/mdbtools/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile
index 3afcc561e00d..717701b8fdc1 100644
--- a/databases/freetds-devel/Makefile
+++ b/databases/freetds-devel/Makefile
@@ -34,7 +34,8 @@ CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE}
.endif
.if defined(WITH_IODBC) || defined(WITH_UNIXODBC)
-USE_GLIB= yes
+USE_GNOMENG= yes
+USE_GNOME= glib12
PLIST_SUB+= ODBC=""
.else
PLIST_SUB+= ODBC="@comment "
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile
index 3afcc561e00d..717701b8fdc1 100644
--- a/databases/freetds/Makefile
+++ b/databases/freetds/Makefile
@@ -34,7 +34,8 @@ CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE}
.endif
.if defined(WITH_IODBC) || defined(WITH_UNIXODBC)
-USE_GLIB= yes
+USE_GNOMENG= yes
+USE_GNOME= glib12
PLIST_SUB+= ODBC=""
.else
PLIST_SUB+= ODBC="@comment "
diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile
index 75c55d6c1314..3df2729fcd12 100644
--- a/databases/mdbtools/Makefile
+++ b/databases/mdbtools/Makefile
@@ -16,7 +16,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-USE_GLIB= yes
+USE_GNOMENG= yes
+USE_GNOME= glib12
GNU_CONFIGURE= yes
MAKE_ARGS+= GLIB_CONFIG="${GLIB_CONFIG}"
INSTALLS_SHLIB= yes