From owner-svn-ports-all@FreeBSD.ORG Fri Jul 11 15:33:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9315953; Fri, 11 Jul 2014 15:33:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 956FF25BD; Fri, 11 Jul 2014 15:33:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BFX3Pj038834; Fri, 11 Jul 2014 15:33:03 GMT (envelope-from kmoore@svn.freebsd.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6BFX3RL038833; Fri, 11 Jul 2014 15:33:03 GMT (envelope-from kmoore@svn.freebsd.org) Message-Id: <201407111533.s6BFX3RL038833@svn.freebsd.org> From: Kris Moore Date: Fri, 11 Jul 2014 15:33:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361549 - head/emulators/pipelight X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 15:33:03 -0000 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