diff options
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 |