Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2014 15:33:03 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361549 - head/emulators/pipelight
Message-ID:  <201407111533.s6BFX3RL038833@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Fri Jul 11 15:33:03 2014
New Revision: 361549
URL: http://svnweb.freebsd.org/changeset/ports/361549
QAT: https://qat.redports.org/buildarchive/r361549/

Log:
  - Update RUN_DEPENDS to use the correct version of wine, wine-devel on i386,
  and i386-wine-devel on amd64

Modified:
  head/emulators/pipelight/Makefile

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Fri Jul 11 15:28:13 2014	(r361548)
+++ head/emulators/pipelight/Makefile	Fri Jul 11 15:33:03 2014	(r361549)
@@ -19,7 +19,6 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:${POR
 		${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \
 		${LOCALBASE}/bin/zenity:${PORTSDIR}/x11/zenity \
 		${LOCALBASE}/bin/cabextract:${PORTSDIR}/archivers/cabextract \
-		${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel \
 		${LOCALBASE}/bin/flock:${PORTSDIR}/sysutils/flock \
 		${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg
 
@@ -27,8 +26,10 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:${POR
 
 .if ${ARCH} == "i386"
 BUILD_DEPENDS+=	${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel
+RUN_DEPENDS+=	${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel
 .elif ${ARCH} == "amd64"
 BUILD_DEPENDS+=	${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel
+RUN_DEPENDS+=	${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel
 .endif
 
 WRKSRC=		${WRKDIR}/mmueller2012-pipelight-e2362eb15df6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407111533.s6BFX3RL038833>