svn commit: r473348 - head/graphics/opendx

Mark Linimon linimon at FreeBSD.org
Mon Jun 25 21:17:16 UTC 2018


Author: linimon
Date: Mon Jun 25 21:17:15 2018
New Revision: 473348
URL: https://svnweb.freebsd.org/changeset/ports/473348

Log:
  Fails on amd64-current.

Modified:
  head/graphics/opendx/Makefile

Modified: head/graphics/opendx/Makefile
==============================================================================
--- head/graphics/opendx/Makefile	Mon Jun 25 21:09:15 2018	(r473347)
+++ head/graphics/opendx/Makefile	Mon Jun 25 21:17:15 2018	(r473348)
@@ -16,6 +16,8 @@ LICENSE_NAME=	IBM PUBLIC LICENSE - Open Visualization 
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_FreeBSD_12_amd64=	fails to build: gmake[1]: *** No rule to make target 'Makefile'.  Stop.
+
 LIB_DEPENDS=	libMagickWand-6.so:graphics/ImageMagick	\
 		libtiff.so:graphics/tiff		\
 		libcdf.so:science/cdf			\


More information about the svn-ports-all mailing list