svn commit: r363895 - head/devel/xc3sprog

Kurt Jaeger pi at FreeBSD.org
Sun Aug 3 12:55:02 UTC 2014


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 at 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


More information about the svn-ports-all mailing list