diff options
author | barner <barner@FreeBSD.org> | 2007-07-04 23:10:58 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2007-07-04 23:10:58 +0800 |
commit | bf1a3874aa1c460365e3e2ec3861fb30d88ce983 (patch) | |
tree | 1959b096418c744ba154c2fbbfdbf7055a654918 /www | |
parent | f68596762687c06b29aade20be0bfa9330b5ee81 (diff) | |
download | freebsd-ports-gnome-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.gz freebsd-ports-gnome-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.zst freebsd-ports-gnome-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.zip |
- Bump boost shared library version to 4
- Bump PORTREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/openvrml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index c0d6850ba6c0..475820ba8956 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -7,7 +7,7 @@ PORTNAME= openvrml PORTVERSION= 0.15.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -53,9 +53,9 @@ BROKEN= Gets internal gcc error on ${ARCH} .endif .if exists(${LOCALBASE}/include/boost/python.hpp) -LIB_DEPENDS+= boost_python.3:${PORTSDIR}/devel/boost-python +LIB_DEPENDS+= boost_python.4:${PORTSDIR}/devel/boost-python .else -LIB_DEPENDS+= boost_regex.3:${PORTSDIR}/devel/boost +LIB_DEPENDS+= boost_regex.4:${PORTSDIR}/devel/boost .endif post-patch: |