diff --git a/emulators/Makefile b/emulators/Makefile index 32a21cd2ce64..4f62e7b15c70 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -108,7 +108,7 @@ SUBDIR += pcemu SUBDIR += pcsxr SUBDIR += pearpc -# SUBDIR += pipelight + SUBDIR += pipelight SUBDIR += playonbsd SUBDIR += ppsspp SUBDIR += ppsspp-qt5 diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index e2b57d0a3ded..5af7cd43f352 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -3,7 +3,7 @@ PORTNAME= pipelight PORTVERSION= 0.2.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \ http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg @@ -46,11 +46,11 @@ SUB_FILES= pipelight-mkufs .include .if ${ARCH} == "i386" -BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:emulators/wine-staging -RUN_DEPENDS+= ${LOCALBASE}/bin/wine:emulators/wine-staging +BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:emulators/wine +RUN_DEPENDS+= ${LOCALBASE}/bin/wine:emulators/wine .elif ${ARCH} == "amd64" -BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:emulators/i386-wine-staging -RUN_DEPENDS+= ${LOCALBASE}/bin/wine:emulators/i386-wine-staging +BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:emulators/i386-wine +RUN_DEPENDS+= ${LOCALBASE}/bin/wine:emulators/i386-wine .endif pre-configure: