Date: Tue, 30 Oct 2018 19:02:48 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483511 - head/multimedia/chilitags Message-ID: <201810301902.w9UJ2mUA028241@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301902.w9UJ2mUA028241>