svn commit: r483511 - head/multimedia/chilitags

Mark Linimon linimon at FreeBSD.org
Tue Oct 30 19:02:49 UTC 2018


Author: linimon
Date: Tue Oct 30 19:02:48 2018
New Revision: 483511
URL: https://svnweb.freebsd.org/changeset/ports/483511

Log:
  Fix build on powerpc64.
  
  While here, pet portlint.

Modified:
  head/multimedia/chilitags/Makefile

Modified: head/multimedia/chilitags/Makefile
==============================================================================
--- head/multimedia/chilitags/Makefile	Tue Oct 30 19:00:18 2018	(r483510)
+++ head/multimedia/chilitags/Makefile	Tue Oct 30 19:02:48 2018	(r483511)
@@ -2,8 +2,8 @@
 
 PORTNAME=	chilitags
 DISTVERSION=	2.0.0-169
-PORTREVISION=	1
 DISTVERSIONSUFFIX=	-g0d9854f
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/gpl.txt
 LIB_DEPENDS=	libopencv_imgproc.so:graphics/opencv-core \
 		libopencv_video.so:graphics/opencv
 
-USES=		cmake:outsource
+USES=		cmake:outsource compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	chili-epfl
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list