svn commit: r361549 - head/emulators/pipelight

Kris Moore kmoore at FreeBSD.org
Fri Jul 11 15:33:03 UTC 2014


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


More information about the svn-ports-head mailing list