aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-13 19:45:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-13 19:45:57 +0000
commit41f1f4cf0f5beb365ad4bc4d6cdcbe90f38f6b66 (patch)
tree1ca7f7450effa8ef11e7cf77a1acb4ed2e570a84 /graphics
parentd28811b0c9cd910ed0b0d323a84b38ae3a8d4602 (diff)
downloadports-41f1f4cf0f5beb365ad4bc4d6cdcbe90f38f6b66.tar.gz
ports-41f1f4cf0f5beb365ad4bc4d6cdcbe90f38f6b66.zip
Add s2 version check to BUILD_DEPENDS
Notes
Notes: svn path=/head/; revision=548554
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-s2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-s2/Makefile b/graphics/py-s2/Makefile
index 43248ba23ce2..d6e12988ce20 100644
--- a/graphics/py-s2/Makefile
+++ b/graphics/py-s2/Makefile
@@ -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