Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 12:55:02 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363895 - head/devel/xc3sprog
Message-ID:  <53de3126.5daf.3f32c605@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Aug  3 12:55:01 2014
New Revision: 363895
URL: http://svnweb.freebsd.org/changeset/ports/363895
QAT: https://qat.redports.org/buildarchive/r363895/

Log:
  devel/xc3sprog: fix BUILD_DEPENDS

Modified:
  head/devel/xc3sprog/Makefile

Modified: head/devel/xc3sprog/Makefile
==============================================================================
--- head/devel/xc3sprog/Makefile	Sun Aug  3 12:51:20 2014	(r363894)
+++ head/devel/xc3sprog/Makefile	Sun Aug  3 12:55:01 2014	(r363895)
@@ -9,8 +9,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Free programmer for Xilinx Spartan S3E Starter Kit
 
 LIB_DEPENDS=	libftdi.so:${PORTSDIR}/devel/libftdi
-RUN_DEPENDS=	${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload \
-		${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake
+BUILD_DEPENDS=	${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake
+RUN_DEPENDS=	${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload
 
 USES=		tar:xz
 ALL_TARGET=	xc3sprog
@@ -18,7 +18,7 @@ ALL_TARGET=	xc3sprog
 PLIST_FILES=	bin/xc3sprog
 
 pre-configure:
-	cd ${WRKSRC} && cmake .
+	cd ${WRKSRC} && ${LOCALBASE}/bin/cmake .
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xc3sprog ${STAGEDIR}${PREFIX}/bin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de3126.5daf.3f32c605>