svn commit: r318832 - head/graphics/squish

Jason Helfman jgh at FreeBSD.org
Thu May 23 03:21:20 UTC 2013


Author: jgh
Date: Thu May 23 03:21:20 2013
New Revision: 318832
URL: http://svnweb.freebsd.org/changeset/ports/318832

Log:
  - unbreak build single -> radio

Modified:
  head/graphics/squish/Makefile

Modified: head/graphics/squish/Makefile
==============================================================================
--- head/graphics/squish/Makefile	Thu May 23 03:02:24 2013	(r318831)
+++ head/graphics/squish/Makefile	Thu May 23 03:21:20 2013	(r318832)
@@ -14,9 +14,10 @@ USE_GMAKE=	YES
 PLIST_FILES=	include/squish.h \
 		lib/libsquish.a
 
-OPTIONS_SINGLE=	SG1
-OPTIONS_SINGLE_SG1=	ALTIVEC SSE
+OPTIONS_RADIO=	RG1
+OPTIONS_RADIO_RG1=	ALTIVEC SSE
 ALTIVEC_DESC=	Use Altivec instructions
+RG1_DESC=	Optimizations Selection
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list