Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 19:45:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548554 - head/graphics/py-s2
Message-ID:  <202009131945.08DJjvUL089739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 13 19:45:57 2020
New Revision: 548554
URL: https://svnweb.freebsd.org/changeset/ports/548554

Log:
  Add s2 version check to BUILD_DEPENDS

Modified:
  head/graphics/py-s2/Makefile

Modified: head/graphics/py-s2/Makefile
==============================================================================
--- head/graphics/py-s2/Makefile	Sun Sep 13 19:45:53 2020	(r548553)
+++ head/graphics/py-s2/Makefile	Sun Sep 13 19:45:57 2020	(r548554)
@@ -13,7 +13,8 @@ COMMENT=	Python binding of S2 Geometry Library
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/../../LICENSE
 
-BUILD_DEPENDS=	swig:devel/swig
+BUILD_DEPENDS=	s2>=${PORTVERSION}:graphics/s2 \
+		swig:devel/swig
 LIB_DEPENDS=	libs2.so:graphics/s2
 
 USES=		cmake compiler:c++11-lang localbase:ldflags python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009131945.08DJjvUL089739>