From 7c85cd3bbe0dc037a17831c6d34ccad6747eb1a2 Mon Sep 17 00:00:00 2001 From: rsadowski Date: Wed, 5 Feb 2020 20:46:51 +0000 Subject: [PATCH] Fix build, missing dependency devel/boost Spotted by naddy, thanks! --- geo/pgrouting/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/geo/pgrouting/Makefile b/geo/pgrouting/Makefile index 3471981ec48..b41380ea439 100644 --- a/geo/pgrouting/Makefile +++ b/geo/pgrouting/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.26 2019/09/23 13:42:02 landry Exp $ +# $OpenBSD: Makefile,v 1.27 2020/02/05 20:46:51 rsadowski Exp $ COMMENT = geospatial routing extension for PostgreSQL V = 2.6.3 DISTNAME = pgrouting-${V} MASTER_SITES = https://github.com/pgRouting/pgrouting/releases/download/v${V}/ +REVISION = 0 CATEGORIES = geo databases @@ -21,7 +22,8 @@ WANTLIB += boost_atomic-mt boost_chrono-mt boost_date_time-mt ${COMPILER_LIBCXX} MODULES = databases/postgresql devel/cmake COMPILER = base-clang ports-gcc -LIB_DEPENDS = math/cgal +LIB_DEPENDS = math/cgal \ + devel/boost RUN_DEPENDS = geo/postgis BUILD_DEPENDS = databases/postgresql,-server TEST_DEPENDS = ${BUILD_PKGPATH}