aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlrelay
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 13:16:55 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 13:16:55 +0000
commita1236aeac74a98e646df6d57b958420724b0ef1e (patch)
tree10dcf6d2be9ddc1070d0db883aad86cb05da6980 /databases/sqlrelay
parent5b2baac5a0f0630f3f4b83b8faa3067e3e07c502 (diff)
downloadports-a1236aeac74a98e646df6d57b958420724b0ef1e.tar.gz
ports-a1236aeac74a98e646df6d57b958420724b0ef1e.zip
Deploy USE_GNOMENG infrastructure
PR: 42192 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65300
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