svn commit: r511536 - head/cad/brickutils

Antoine Brodin antoine at FreeBSD.org
Sun Sep 8 05:46:40 UTC 2019


Author: antoine
Date: Sun Sep  8 05:46:39 2019
New Revision: 511536
URL: https://svnweb.freebsd.org/changeset/ports/511536

Log:
  Mark BROKEN
  
  ===>   brickutils-0.1.6.1_5 depends on file: /usr/local/share/ldraw/models/car.dat - not found
  
  Reported by:	pkg-fallout

Modified:
  head/cad/brickutils/Makefile

Modified: head/cad/brickutils/Makefile
==============================================================================
--- head/cad/brickutils/Makefile	Sun Sep  8 05:45:46 2019	(r511535)
+++ head/cad/brickutils/Makefile	Sun Sep  8 05:46:39 2019	(r511536)
@@ -19,6 +19,8 @@ COMMENT=	Utility for building models with LEGO
 
 LICENSE=	GPLv3
 
+BROKEN=		missing RUN_DEPENDS
+
 RUN_DEPENDS=	${LOCALBASE}/share/ldraw/models/car.dat:cad/ldraw \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list