svn commit: r454457 - head/graphics/povray-meta

Mathieu Arnold mat at FreeBSD.org
Sat Nov 18 20:29:09 UTC 2017


Author: mat
Date: Sat Nov 18 20:29:08 2017
New Revision: 454457
URL: https://svnweb.freebsd.org/changeset/ports/454457

Log:
  Fix some horrible port's options handling.
  
  PR:		223071
  Reported by:	antoine
  Sponsored by:	Absolight

Modified:
  head/graphics/povray-meta/Makefile   (contents, props changed)

Modified: head/graphics/povray-meta/Makefile
==============================================================================
--- head/graphics/povray-meta/Makefile	Sat Nov 18 20:29:02 2017	(r454456)
+++ head/graphics/povray-meta/Makefile	Sat Nov 18 20:29:08 2017	(r454457)
@@ -40,7 +40,7 @@ DEFAULT${ver}_DESC=	Create link bin/povray -> bin/povr
 .include <bsd.port.options.mk>
 
 .for ver in ${POV_VERSIONS_ALL}
-. if ${PORT_OPTIONS:MDEFAULT${ver}}
+. if ${PORT_OPTIONS:MDEFAULT${ver}} && !${PORT_OPTIONS:MPOVRAY${ver}}
 PORT_OPTIONS+=	POVRAY${ver}
 POV_VERSION=	${ver}
 . endif


More information about the svn-ports-all mailing list