From ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581 Mon Sep 17 00:00:00 2001 From: Simon Barner Date: Wed, 9 Nov 2005 14:35:07 +0000 Subject: Chase Boost shared lib version after update to Boost 1.33.0. devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to LIB_DEPENDS. --- www/openvrml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/openvrml') diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index c16d592b2724..69c8fda27c42 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -55,9 +55,9 @@ BROKEN= "Does not compile on ${OPSYS}-${OSREL}" .endif .if exists(${LOCALBASE}/include/boost/python.hpp) -LIB_DEPENDS+= boost_python.2:${PORTSDIR}/devel/boost-python +LIB_DEPENDS+= boost_python.3:${PORTSDIR}/devel/boost-python .else -LIB_DEPENDS+= boost_regex.2:${PORTSDIR}/devel/boost +LIB_DEPENDS+= boost_regex.3:${PORTSDIR}/devel/boost .endif post-patch: -- cgit v1.2.3