Date: Mon, 18 Aug 2014 19:15:52 +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: r365344 - head/emulators/pipelight Message-ID: <201408181915.s7IJFqke044144@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Mon Aug 18 19:15:51 2014 New Revision: 365344 URL: http://svnweb.freebsd.org/changeset/ports/365344 QAT: https://qat.redports.org/buildarchive/r365344/ Log: - Make pipelight depend on the new i386-wine-compholio on amd64 - Bump PORTREV Modified: head/emulators/pipelight/Makefile Modified: head/emulators/pipelight/Makefile ============================================================================== --- head/emulators/pipelight/Makefile Mon Aug 18 19:13:18 2014 (r365343) +++ head/emulators/pipelight/Makefile Mon Aug 18 19:15:51 2014 (r365344) @@ -3,6 +3,7 @@ PORTNAME= pipelight DISTVERSION= 0.2.7.3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \ http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg @@ -46,8 +47,8 @@ MAKE_JOBS_UNSAFE=yes 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 +BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-compholio +RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-compholio .endif pre-configure:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408181915.s7IJFqke044144>