Date: Sun, 13 Oct 2019 14:18:07 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514393 - head/astro/libkgeomap Message-ID: <201910131418.x9DEI7xD004831@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Oct 13 14:18:06 2019 New Revision: 514393 URL: https://svnweb.freebsd.org/changeset/ports/514393 Log: Drop dependency on graphics/opencv. The source code does not use OpenCV anywhere, and apparently never has. PR: 237934 Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> Modified: head/astro/libkgeomap/Makefile Modified: head/astro/libkgeomap/Makefile ============================================================================== --- head/astro/libkgeomap/Makefile Sun Oct 13 14:04:02 2019 (r514392) +++ head/astro/libkgeomap/Makefile Sun Oct 13 14:18:06 2019 (r514393) @@ -2,7 +2,7 @@ PORTNAME= libkgeomap DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -14,7 +14,6 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING-CMAKE-SCRIPTS BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs -LIB_DEPENDS= libopencv_video.so:graphics/opencv USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \ qt:5 tar:xz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910131418.x9DEI7xD004831>