diff options
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 560c56d5b17f..7b513e5ca54b 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -83,7 +83,8 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d .if defined(WANT_GTK) WITH_GTK= --with-gtk=yes \ --with-xpm=no -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_XPM= no .endif |