svn commit: r548554 - head/graphics/py-s2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 13 19:46:03 UTC 2020


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


More information about the svn-ports-all mailing list