diff options
author | barner <barner@FreeBSD.org> | 2005-11-09 14:35:07 +0000 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-11-09 14:35:07 +0000 |
commit | c65e3f38627f81066e3fe52b0b102b25e3e23a17 (patch) | |
tree | b259c047e6e90479a47886a88907002e57a01c63 /www/openvrml | |
parent | c00b3c84921debf3fdb8f10e547550fce18e4a80 (diff) | |
download | FreeBSD-ports-c65e3f38627f81066e3fe52b0b102b25e3e23a17.zip FreeBSD-ports-c65e3f38627f81066e3fe52b0b102b25e3e23a17.tar.gz |
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.
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 c16d592..69c8fda 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: |