aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-21 16:07:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-21 16:07:25 +0000
commite8020d48da724ebd806ced1fc47e589cd491509d (patch)
tree011e21edfb5d538d5ad37fec45ebaea3aa1010c9 /emulators
parent2956742b89a8d4266deb5d8e07746b323619313c (diff)
downloadports-e8020d48da724ebd806ced1fc47e589cd491509d.tar.gz
ports-e8020d48da724ebd806ced1fc47e589cd491509d.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile2
-rw-r--r--emulators/pipelight/Makefile10
2 files changed, 6 insertions, 6 deletions
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 <bsd.port.pre.mk>
.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: