diff options
-rw-r--r-- | comms/gnokii/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 0650415c641d..10a83bb21910 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_GMAKE= yes .if !defined(WITHOUT_X11) USE_XPM= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 .endif INSTALLS_SHLIB= yes |