aboutsummaryrefslogtreecommitdiff
path: root/devel/monotone/Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-04-16 11:21:00 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-04-16 11:21:00 +0000
commitbf18bd1307ab2a715f9cb3d6a5c7e86a987726be (patch)
tree4e7fe00020b1c6191ed6be5efc47915e49429771 /devel/monotone/Makefile
parent847e39e7c1f9f1673e5c5ab201b51c16a8372c74 (diff)
downloadports-bf18bd1307ab2a715f9cb3d6a5c7e86a987726be.tar.gz
ports-bf18bd1307ab2a715f9cb3d6a5c7e86a987726be.zip
Notes
Diffstat (limited to 'devel/monotone/Makefile')
-rw-r--r--devel/monotone/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 4e3b09b41eaa..bd73bf443225 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= monotone
-PORTVERSION= 0.39
+PORTVERSION= 0.40
CATEGORIES= devel
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/
@@ -33,6 +33,12 @@ PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \
INFO= monotone
PORTDOCS= NEWS UPGRADE monotone.html
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == amd64
+USE_GCC= 4.2+
+.endif
+
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
.else
@@ -58,10 +64,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == amd64
-USE_GCC= 4.2+
-.endif
-
.include <bsd.port.post.mk>