Date: Wed, 23 Jul 2014 13:23:44 +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: r362688 - head/emulators/pipelight Message-ID: <201407231323.s6NDNi3w059644@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Wed Jul 23 13:23:43 2014 New Revision: 362688 URL: http://svnweb.freebsd.org/changeset/ports/362688 QAT: https://qat.redports.org/buildarchive/r362688/ Log: Switch depend for pipelight-i386 to emulators/wine-compholio Modified: head/emulators/pipelight/Makefile Modified: head/emulators/pipelight/Makefile ============================================================================== --- head/emulators/pipelight/Makefile Wed Jul 23 13:21:44 2014 (r362687) +++ head/emulators/pipelight/Makefile Wed Jul 23 13:23:43 2014 (r362688) @@ -38,8 +38,8 @@ MAKE_JOBS_UNSAFE=yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" -BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel -RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel +BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-compholio +RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-compholio .elif ${ARCH} == "amd64" BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231323.s6NDNi3w059644>