svn commit: r310792 - head/lang/pure

Brooks Davis brooks at FreeBSD.org
Tue Jan 22 02:05:59 UTC 2013


Author: brooks
Date: Tue Jan 22 02:05:58 2013
New Revision: 310792
URL: http://svnweb.freebsd.org/changeset/ports/310792

Log:
  Fix build by depending on the llvm31 port, not just the package
  
  Reported by:	pgj

Modified:
  head/lang/pure/Makefile

Modified: head/lang/pure/Makefile
==============================================================================
--- head/lang/pure/Makefile	Tue Jan 22 00:58:34 2013	(r310791)
+++ head/lang/pure/Makefile	Tue Jan 22 02:05:58 2013	(r310792)
@@ -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


More information about the svn-ports-all mailing list