diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-29 14:33:45 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-29 14:33:45 +0000 |
commit | 54d510572fb774fa671a17d689edbefc23212873 (patch) | |
tree | 7b35436c50542c1afd01146d265029dce955959d /sysutils/lavaps | |
parent | 679a2e6a56834ef48f92023ce7cf7921d600bcbc (diff) | |
download | freebsd-ports-54d510572fb774fa671a17d689edbefc23212873.zip |
- Fix dependencies in the gtk2 case.
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r-- | sysutils/lavaps/Makefile | 2 |
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="" |