pipelight builds fine with wine (not run tested)
This commit is contained in:
parent
2956742b89
commit
e8020d48da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462530
@ -108,7 +108,7 @@
|
||||
SUBDIR += pcemu
|
||||
SUBDIR += pcsxr
|
||||
SUBDIR += pearpc
|
||||
# SUBDIR += pipelight
|
||||
SUBDIR += pipelight
|
||||
SUBDIR += playonbsd
|
||||
SUBDIR += ppsspp
|
||||
SUBDIR += ppsspp-qt5
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user