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 /databases/sqlrelay/Makefile | |
parent | 5b2baac5a0f0630f3f4b83b8faa3067e3e07c502 (diff) | |
download | ports-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/Makefile')
-rw-r--r-- | databases/sqlrelay/Makefile | 3 |
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 |