diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:08:22 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:08:22 +0000 |
commit | 8c5a5a605b86304a8a87aff664e43cbeeea0f9fe (patch) | |
tree | c136ccb4852ef244149bb8d2bc10ad4a8fee947e /comms | |
parent | a517c31c117fc10f6a7d523529ee638ba063ac89 (diff) | |
download | ports-8c5a5a605b86304a8a87aff664e43cbeeea0f9fe.tar.gz ports-8c5a5a605b86304a8a87aff664e43cbeeea0f9fe.zip |
Notes
Diffstat (limited to 'comms')
-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 |