diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-09 14:35:07 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-09 14:35:07 +0000 |
commit | ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581 (patch) | |
tree | 6b2d3961429553e221f46a2ac4935397c2fcfbeb /www/openvrml | |
parent | 443684d89bd9c664ef6e288ef9371627ed1d316a (diff) | |
download | ports-ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581.tar.gz ports-ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581.zip |
Notes
Diffstat (limited to 'www/openvrml')
-rw-r--r-- | www/openvrml/Makefile | 4 |
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: |