diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2012-01-21 02:05:28 +0800 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2012-01-21 02:05:28 +0800 |
commit | 3499d9b72d83cfb2f674db0b96573be05dd241c9 (patch) | |
tree | ed904105bf955b3c255d0580f8a712f22915e34f /graphics/opengtl | |
parent | fae520e1f69cb3f88f90be412600ce4d7658c3db (diff) | |
download | freebsd-ports-gnome-3499d9b72d83cfb2f674db0b96573be05dd241c9.tar.gz freebsd-ports-gnome-3499d9b72d83cfb2f674db0b96573be05dd241c9.tar.zst freebsd-ports-gnome-3499d9b72d83cfb2f674db0b96573be05dd241c9.zip |
Depend on devel/llvm29 as opengtl is not compatiable with the upcoming
upgrade to llvm-3.0.
Diffstat (limited to 'graphics/opengtl')
-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+ |