aboutsummaryrefslogtreecommitdiff
path: root/devel/monotone/Makefile
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-06-26 18:15:19 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-06-26 18:15:19 +0000
commit34ce9181df3291a9d20a5617fbaf92f31c0a6fb4 (patch)
tree82bb796f77fdd975ea644f1524e9241d35ecfaf2 /devel/monotone/Makefile
parent07a9830e30459ccf14fad222c29e0843b7e4de62 (diff)
Notes
Diffstat (limited to 'devel/monotone/Makefile')
-rw-r--r--devel/monotone/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 964fd84e954c..f9fd25bc6e5b 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -6,15 +6,13 @@
#
PORTNAME= monotone
-PORTVERSION= 0.26
+PORTVERSION= 0.27
CATEGORIES= devel
MASTER_SITES= http://www.venge.net/monotone/downloads/
MAINTAINER= lapo@lapo.it
COMMENT= A distributed version control system with digital signatures
-LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost
-
SUB_FILES= pkg-message
USE_GCC= 3.4+
USE_PERL5_BUILD=yes
@@ -22,6 +20,7 @@ USE_ICONV= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --infodir=${PREFIX}/${INFO_PATH} --mandir=${PREFIX}/man
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
MAKEINFO="makeinfo --no-split"
@@ -34,7 +33,9 @@ PORTDOCS= NEWS UPGRADE monotone.html
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= wcswidth() not present in libc on FreeBSD < 5.0
+LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost-gcc3
+.else
+LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost
.endif
.if defined(WITHOUT_NLS)