aboutsummaryrefslogtreecommitdiff
path: root/emulators/pipelight
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2014-07-11 15:33:03 +0000
committerKris Moore <kmoore@FreeBSD.org>2014-07-11 15:33:03 +0000
commitaa83b3d9cbf158943ca49c4eb233a7552012def7 (patch)
tree3024dfc886ea2236c0946b2cc1cf2b77ddafe4cb /emulators/pipelight
parent450b3f4661430110dbfd96094d197af921e7eb1f (diff)
downloadports-aa83b3d9cbf158943ca49c4eb233a7552012def7.tar.gz
ports-aa83b3d9cbf158943ca49c4eb233a7552012def7.zip
Notes
Diffstat (limited to 'emulators/pipelight')
-rw-r--r--emulators/pipelight/Makefile3
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