svn commit: r489659 - head/devel/ikos

Yuri Victorovich yuri at FreeBSD.org
Tue Jan 8 09:09:14 UTC 2019


Author: yuri
Date: Tue Jan  8 09:09:13 2019
New Revision: 489659
URL: https://svnweb.freebsd.org/changeset/ports/489659

Log:
  devel/ikos: Fix USES=cmake
  
  Reported by:	tobik

Modified:
  head/devel/ikos/Makefile

Modified: head/devel/ikos/Makefile
==============================================================================
--- head/devel/ikos/Makefile	Tue Jan  8 09:06:37 2019	(r489658)
+++ head/devel/ikos/Makefile	Tue Jan  8 09:09:13 2019	(r489659)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libapron.so:math/apron \
 		libgmp.so:math/gmp \
 		libppl.so:devel/ppl
 
-USES=		cmake:outsource ncurses python sqlite
+USES=		cmake ncurses python sqlite
 USE_PYTHON=	py3kplist
 USE_GITHUB=	yes
 GH_ACCOUNT=	NASA-SW-VnV


More information about the svn-ports-head mailing list