diff options
author | brooks <brooks@FreeBSD.org> | 2012-01-21 02:05:28 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2012-01-21 02:05:28 +0800 |
commit | b417e10a0a3db919ee3e40b525e491752df2065b (patch) | |
tree | 73eb99eee2ec94361c135ef19dafbe3a56111aa6 | |
parent | 9f1af75abadd5810c55b26b3bb480db120eb8cff (diff) | |
download | freebsd-ports-gnome-b417e10a0a3db919ee3e40b525e491752df2065b.tar.gz freebsd-ports-gnome-b417e10a0a3db919ee3e40b525e491752df2065b.tar.zst freebsd-ports-gnome-b417e10a0a3db919ee3e40b525e491752df2065b.zip |
Depend on devel/llvm29 as opengtl is not compatiable with the upcoming
upgrade to llvm-3.0.
-rw-r--r-- | graphics/opengtl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index ddf801eb758f..ff11d679784d 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -17,7 +17,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png -BUILD_DEPENDS= llvm>=2.7<2.10.*:${PORTSDIR}/devel/llvm +BUILD_DEPENDS= llvm29>=2.9<2.10.*:${PORTSDIR}/devel/llvm29 USE_BZIP2= yes USE_GCC= 4.2+ |