svn commit: r502557 - head/audio/optimfrog

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 10:40:06 UTC 2019


Author: tobik
Date: Sat May 25 10:40:04 2019
New Revision: 502557
URL: https://svnweb.freebsd.org/changeset/ports/502557

Log:
  audio/optimfrog: Fix spelling of SSE2_DESC

Modified:
  head/audio/optimfrog/Makefile

Modified: head/audio/optimfrog/Makefile
==============================================================================
--- head/audio/optimfrog/Makefile	Sat May 25 10:38:41 2019	(r502556)
+++ head/audio/optimfrog/Makefile	Sat May 25 10:40:04 2019	(r502557)
@@ -28,7 +28,7 @@ USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE_i386=	SSE2
 OPTIONS_DEFINE?=	#
-SSE2_DESCR=	Use SSE2 instructions instead of x87 FPU
+SSE2_DESC=	Use SSE2 instructions instead of x87 FPU
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list