diff options
author | Simon Barner <barner@FreeBSD.org> | 2007-07-04 15:10:58 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2007-07-04 15:10:58 +0000 |
commit | ff9f11c4da9aae59f797f0053b0bfa2caecbe80c (patch) | |
tree | 95c82da5e0c2ef6e4930cb125fed9a39eec8051c /devel/monotone | |
parent | 3bbfbacaf2154bc613e5f863c01b8de6e18c7110 (diff) | |
download | ports-ff9f11c4da9aae59f797f0053b0bfa2caecbe80c.tar.gz ports-ff9f11c4da9aae59f797f0053b0bfa2caecbe80c.zip |
- Bump boost shared library version to 4
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=194915
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) |