summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-04-29 14:33:45 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-04-29 14:33:45 +0000
commit54d510572fb774fa671a17d689edbefc23212873 (patch)
tree7b35436c50542c1afd01146d265029dce955959d /sysutils
parent- Update to 0.1.0 (diff)
- Fix dependencies in the gtk2 case.
Notes
Notes: svn path=/head/; revision=191118
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lavaps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile
index 5d2f3f0307f3..a02b89169df2 100644
--- a/sysutils/lavaps/Makefile
+++ b/sysutils/lavaps/Makefile
@@ -38,7 +38,7 @@ OPTIONS= GTK "Build with GTK frontend instead of the default TK" off
.if defined(WITH_GTK)
PKGNAMESUFFIX= -gtk2
-USE_GNOME+= gtk20
+USE_GNOME+= gtk20 libgnomeui
USE_GETTEXT= yes
CONFIGURE_ARGS+= --with-gtk
PLIST_SUB+= NLS=""