diff options
-rw-r--r-- | editors/emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 6a210548e508..aaa5ccd17b10 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -102,7 +102,7 @@ CONFIGURE_ARGS+= --without-rsvg .if ${PORT_OPTIONS:MGTK2} USE_GNOME+= gtk20 -CONFIGURE_ARGS+= --with-x-toolkit=gtk +CONFIGURE_ARGS+= --with-x-toolkit=gtk2 .elif ${PORT_OPTIONS:MGTK3} USE_GNOME+= gtk30 CONFIGURE_ARGS+= --with-x-toolkit=gtk3 |