summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2012-01-20 20:12:38 +0000
committerBrooks Davis <brooks@FreeBSD.org>2012-01-20 20:12:38 +0000
commit64bfbd5ee2dcc83afbad11cbd40faff315144916 (patch)
tree7c8f6c0c47643f58380f7dc81a6fe8faf7892e30 /lang
parentUpdate to version 31.2.0. (diff)
Switch to devel/llvm29 as a build/run depend to devel/llvm can be
upgraded. Approved by: lichray@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=289546
Diffstat (limited to 'lang')
-rw-r--r--lang/pure/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile
index 7575a5d99cec..461f6a456807 100644
--- a/lang/pure/Makefile
+++ b/lang/pure/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pure
PORTVERSION= 0.47
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://pure-lang.googlecode.com/files/
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-docs-${PORTVERSION}.tar.gz
@@ -15,8 +16,8 @@ MAINTAINER= lichray@gmail.com
COMMENT= A modern-style functional programming language
LIB_DEPENDS+= gmp:${PORTSDIR}/math/gmp
-BUILD_DEPENDS+= llvm>=2.6:${PORTSDIR}/devel/llvm
-RUN_DEPENDS+= llvm>=2.6:${PORTSDIR}/devel/llvm
+BUILD_DEPENDS+= llvm29>=2.9<2.10.*:${PORTSDIR}/devel/llvm29
+RUN_DEPENDS+= llvm29>=2.9<2.10.*:${PORTSDIR}/devel/llvm29
MAN1= pure.1
LICENSE= LGPL3