aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2013-04-02 03:36:31 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2013-04-02 03:36:31 +0000
commit75e011ce2da707c067fa4d6bf6a0b0643c4d8403 (patch)
treebbf3bc6c8dcf2100ef53c8b1774b354ddd894213 /editors
parent2bcb88b72839e6062271a74ca3f777ecc7868ffd (diff)
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile2
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