svn commit: r315658 - head/editors/emacs
Ashish SHUKLA
ashish at FreeBSD.org
Tue Apr 2 03:36:32 UTC 2013
Author: ashish
Date: Tue Apr 2 03:36:31 2013
New Revision: 315658
URL: http://svnweb.freebsd.org/changeset/ports/315658
Log:
- Fix dependency on GTK2 for GTK2 option
PR: ports/177518
Submitted by: Roland Smith <rsmith at xs4all.nl>
Approved by: portmgr
Modified:
head/editors/emacs/Makefile
Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile Tue Apr 2 01:48:51 2013 (r315657)
+++ head/editors/emacs/Makefile Tue Apr 2 03:36:31 2013 (r315658)
@@ -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
More information about the svn-ports-all
mailing list