diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-21 16:07:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-21 16:07:25 +0000 |
commit | e8020d48da724ebd806ced1fc47e589cd491509d (patch) | |
tree | 011e21edfb5d538d5ad37fec45ebaea3aa1010c9 /emulators/pipelight | |
parent | 2956742b89a8d4266deb5d8e07746b323619313c (diff) | |
download | ports-e8020d48da724ebd806ced1fc47e589cd491509d.tar.gz ports-e8020d48da724ebd806ced1fc47e589cd491509d.zip |
pipelight builds fine with wine (not run tested)
Notes
Notes:
svn path=/head/; revision=462530
Diffstat (limited to 'emulators/pipelight')
-rw-r--r-- | emulators/pipelight/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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: |