aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-04-29 22:33:45 +0800
committerstas <stas@FreeBSD.org>2007-04-29 22:33:45 +0800
commitd7284a2b3682cf7e84099ef8f1affa17ad7495fe (patch)
treeb775be829176964479c0b724f2af78928745b10a /sysutils
parent1dc8980635aaacf137de41abe26fc2a9bbb119f6 (diff)
downloadfreebsd-ports-gnome-d7284a2b3682cf7e84099ef8f1affa17ad7495fe.tar.gz
freebsd-ports-gnome-d7284a2b3682cf7e84099ef8f1affa17ad7495fe.tar.zst
freebsd-ports-gnome-d7284a2b3682cf7e84099ef8f1affa17ad7495fe.zip
- Fix dependencies in the gtk2 case.
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=""