aboutsummaryrefslogtreecommitdiff
path: root/devel/monotone
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:41:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:41:11 +0000
commitec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (patch)
tree8468e5b0da1375397af63a69b7076d0b05b24887 /devel/monotone
parente74f1f2ba2a728af887a83b377b13746054b76e5 (diff)
downloadports-ec7c5b0142aeb3539337db2d501d7b5ecf5e7284.tar.gz
ports-ec7c5b0142aeb3539337db2d501d7b5ecf5e7284.zip
Notes
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>