svn commit: r315649 - head/x11/gnome2

Koop Mast kwm at FreeBSD.org
Mon Apr 1 09:55:38 UTC 2013


Author: kwm
Date: Mon Apr  1 09:55:37 2013
New Revision: 315649
URL: http://svnweb.freebsd.org/changeset/ports/315649

Log:
  Fix typo in OptionNG conversion, so option is usable again.
  
  PR:		ports/177540
  Submitted by:	Fredrik Nystrom <fredrik at lysator.liu.se>
  Approved by:	portmgr (miwi)

Modified:
  head/x11/gnome2/Makefile

Modified: head/x11/gnome2/Makefile
==============================================================================
--- head/x11/gnome2/Makefile	Mon Apr  1 09:53:51 2013	(r315648)
+++ head/x11/gnome2/Makefile	Mon Apr  1 09:55:37 2013	(r315649)
@@ -63,7 +63,7 @@ USE_PYTHON=	yes
 .endif
 
 .if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite"
-OPTIONS_DEFINE=	XSCHEENSAVER
+OPTIONS_DEFINE=	XSCREENSAVER
 XSCREENSAVER_DESC=	Use xscreensaver as screen saver app
 #		MAPI "Depend on evolution-mapi (pulls in samba4)
 .endif


More information about the svn-ports-all mailing list