diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
commit | b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6 (patch) | |
tree | b30ed2b5536a097f7dedd7f93759426c246d1d38 /net/gtkyahoo | |
parent | Fix format string bugs. (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65520
Diffstat (limited to 'net/gtkyahoo')
-rw-r--r-- | net/gtkyahoo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gtkyahoo/Makefile b/net/gtkyahoo/Makefile index 8186a9c6d412..8f2f6dacc453 100644 --- a/net/gtkyahoo/Makefile +++ b/net/gtkyahoo/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= gtkyahoo MAINTAINER= anders@hack.org USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_BISON= yes GNU_CONFIGURE= yes |