aboutsummaryrefslogtreecommitdiff
path: root/www/openvrml
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-11-09 14:35:07 +0000
committerSimon Barner <barner@FreeBSD.org>2005-11-09 14:35:07 +0000
commitad22739ea8fa52cdf9f40c0ea7f5707ec4f56581 (patch)
tree6b2d3961429553e221f46a2ac4935397c2fcfbeb /www/openvrml
parent443684d89bd9c664ef6e288ef9371627ed1d316a (diff)
downloadports-ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581.tar.gz
ports-ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581.zip
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.
Notes
Notes: svn path=/head/; revision=147715
Diffstat (limited to 'www/openvrml')
-rw-r--r--www/openvrml/Makefile4
1 files changed, 2 insertions, 2 deletions
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: