aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlrelay
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r--databases/sqlrelay/Makefile3
1 files changed, 2 insertions, 1 deletions
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