diff options
author | brooks <brooks@FreeBSD.org> | 2013-01-11 00:30:53 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-01-11 00:30:53 +0800 |
commit | 03e9b764b22363cacd089889cc327a55ede1d125 (patch) | |
tree | 72082f9d0b0c4236eb73ad5c66659c134ed5427d /graphics | |
parent | 81336e47e5375ca90681d96b33bcefd2069323de (diff) | |
download | freebsd-ports-gnome-03e9b764b22363cacd089889cc327a55ede1d125.tar.gz freebsd-ports-gnome-03e9b764b22363cacd089889cc327a55ede1d125.tar.zst freebsd-ports-gnome-03e9b764b22363cacd089889cc327a55ede1d125.zip |
Depend on llvm31/clang31 ports to avoid breakage when I update
llvm/clang to 3.2.
Diffstat (limited to 'graphics')
-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 f00f1371da27..d6cab5ac9cbb 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -12,7 +12,7 @@ COMMENT= Graphics Transformation Languages LICENSE= LGPL20 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -BUILD_DEPENDS= ${LOCALBASE}/lib/libLLVM-3.1.so:${PORTSDIR}/devel/llvm +BUILD_DEPENDS= ${LOCALBASE}/lib/libLLVM-3.1.so:${PORTSDIR}/devel/llvm31 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= yes |