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 /devel/monotone | |
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 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 68bc5f1357ad..ed0693ab660b 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -7,6 +7,7 @@ PORTNAME= monotone PORTVERSION= 0.35 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/ @@ -34,9 +35,9 @@ PORTDOCS= NEWS UPGRADE monotone.html .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -LIB_DEPENDS+= boost_regex.3:${PORTSDIR}/devel/boost-gcc3 +LIB_DEPENDS+= boost_regex.4:${PORTSDIR}/devel/boost-gcc3 .else -LIB_DEPENDS+= boost_regex.3:${PORTSDIR}/devel/boost +LIB_DEPENDS+= boost_regex.4:${PORTSDIR}/devel/boost .endif .if defined(WITHOUT_NLS) |