From d384cef478b4bf94ffeb2cdf10d371d5f840eb2d Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 22 Jan 2013 02:05:58 +0000 Subject: [PATCH] Fix build by depending on the llvm31 port, not just the package Reported by: pgj --- lang/pure/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/pure/Makefile b/lang/pure/Makefile index ab643c642491..21db1242e7d1 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -18,8 +18,8 @@ LICENSE_COMB= dual LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ mpfr:${PORTSDIR}/math/mpfr -BUILD_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm -RUN_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm +BUILD_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm31 +RUN_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm31 MAN1= pure.1 SUB_FILES= pkg-message