From 54d7febc4ba743993c8bf2f1754a84c29e1560cf Mon Sep 17 00:00:00 2001 From: kmoore Date: Mon, 18 Aug 2014 19:15:51 +0000 Subject: - Make pipelight depend on the new i386-wine-compholio on amd64 - Bump PORTREV --- emulators/pipelight/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emulators') diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 343b8a50b0be..87b305062537 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -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: -- cgit