diff options
author | brooks <brooks@FreeBSD.org> | 2012-01-21 04:12:38 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2012-01-21 04:12:38 +0800 |
commit | 833a60d71650d8300db9ce029c4433d6601d6c24 (patch) | |
tree | fc8f8ebffa2758d1aa27e970e243d2c31867d2ec /lang/pure | |
parent | 819f8ebc2f62ffa201baea8f304d569f2a77d956 (diff) | |
download | freebsd-ports-gnome-833a60d71650d8300db9ce029c4433d6601d6c24.tar.gz freebsd-ports-gnome-833a60d71650d8300db9ce029c4433d6601d6c24.tar.zst freebsd-ports-gnome-833a60d71650d8300db9ce029c4433d6601d6c24.zip |
Switch to devel/llvm29 as a build/run depend to devel/llvm can be
upgraded.
Approved by: lichray@gmail.com (maintainer)
Diffstat (limited to 'lang/pure')
-rw-r--r-- | lang/pure/Makefile | 5 |
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 |