svn commit: r395044 - head/emulators/bfe

John Marino marino at FreeBSD.org
Sat Aug 22 16:42:47 UTC 2015


Author: marino
Date: Sat Aug 22 16:42:46 2015
New Revision: 395044
URL: https://svnweb.freebsd.org/changeset/ports/395044

Log:
  emulators/bfe: Change GTK default from GTK1 to GTK2
  
  discussed-with: bapt

Modified:
  head/emulators/bfe/Makefile

Modified: head/emulators/bfe/Makefile
==============================================================================
--- head/emulators/bfe/Makefile	Sat Aug 22 16:23:04 2015	(r395043)
+++ head/emulators/bfe/Makefile	Sat Aug 22 16:42:46 2015	(r395044)
@@ -21,7 +21,7 @@ CONFIGURE_SCRIPT=	configure.sh
 
 OPTIONS_SINGLE=	GTK
 OPTIONS_SINGLE_GTK=	GTK1 GTK2
-OPTIONS_DEFAULT=	GTK1
+OPTIONS_DEFAULT=	GTK2
 
 GTK1_USE=		GNOME=gtk12
 GTK1_CONFIGURE_ON=	--gtk 1.2


More information about the svn-ports-all mailing list