aboutsummaryrefslogtreecommitdiffstats
path: root/devel/monotone
diff options
context:
space:
mode:
Diffstat (limited to 'devel/monotone')
-rw-r--r--devel/monotone/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 4d0f1471cf6c..5119c797abf0 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/
MAINTAINER= lapo@lapo.it
COMMENT= A distributed version control system with digital signatures
+LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost
+
SUB_FILES= pkg-message
USE_GCC= 3.4+
USE_PERL5_BUILD=yes
@@ -30,14 +32,6 @@ PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \
INFO= monotone
PORTDOCS= NEWS UPGRADE monotone.html
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-LIB_DEPENDS+= boost_regex.4:${PORTSDIR}/devel/boost-gcc3
-.else
-LIB_DEPENDS+= boost_regex.4:${PORTSDIR}/devel/boost
-.endif
-
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
.else
@@ -63,4 +57,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>