diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-07-11 23:33:03 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-07-11 23:33:03 +0800 |
commit | 2c0d5900c245401f4d6be99dbdc4902e98147336 (patch) | |
tree | 3024dfc886ea2236c0946b2cc1cf2b77ddafe4cb /emulators/pipelight | |
parent | 7a13a280697b9b2aec01347ac7ba34e6b0815e93 (diff) | |
download | freebsd-ports-gnome-2c0d5900c245401f4d6be99dbdc4902e98147336.tar.gz freebsd-ports-gnome-2c0d5900c245401f4d6be99dbdc4902e98147336.tar.zst freebsd-ports-gnome-2c0d5900c245401f4d6be99dbdc4902e98147336.zip |
- Update RUN_DEPENDS to use the correct version of wine, wine-devel on i386,
and i386-wine-devel on amd64
Diffstat (limited to 'emulators/pipelight')
-rw-r--r-- | emulators/pipelight/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index defbbb31718c..ac39c4d6f21d 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \ ${LOCALBASE}/bin/zenity:${PORTSDIR}/x11/zenity \ ${LOCALBASE}/bin/cabextract:${PORTSDIR}/archivers/cabextract \ - ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel \ ${LOCALBASE}/bin/flock:${PORTSDIR}/sysutils/flock \ ${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg @@ -27,8 +26,10 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ .if ${ARCH} == "i386" BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel +RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel .elif ${ARCH} == "amd64" BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel +RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel .endif WRKSRC= ${WRKDIR}/mmueller2012-pipelight-e2362eb15df6 |