diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/monotone/Makefile | 5 | ||||
-rw-r--r-- | devel/sdts++/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 68bc5f1357a..ed0693ab660 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) diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index 80575700575..f5ccf900406 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdts++ PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \ http://lychnobite.org/sdts/ @@ -14,7 +15,7 @@ MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for SDTS related development -LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost +LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes |