diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-08-19 03:15:51 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-08-19 03:15:51 +0800 |
commit | 54d7febc4ba743993c8bf2f1754a84c29e1560cf (patch) | |
tree | cc0bacd4c981e2dfd19fe8b1d94cbea856b00a18 /emulators | |
parent | d3e7a5ff8eba4bee29838608d81b1f74791db1b4 (diff) | |
download | freebsd-ports-gnome-54d7febc4ba743993c8bf2f1754a84c29e1560cf.tar.gz freebsd-ports-gnome-54d7febc4ba743993c8bf2f1754a84c29e1560cf.tar.zst freebsd-ports-gnome-54d7febc4ba743993c8bf2f1754a84c29e1560cf.zip |
- Make pipelight depend on the new i386-wine-compholio on amd64
- Bump PORTREV
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pipelight/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 343b8a50b0be..87b305062537 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -3,6 +3,7 @@ PORTNAME= pipelight DISTVERSION= 0.2.7.3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \ http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg @@ -46,8 +47,8 @@ MAKE_JOBS_UNSAFE=yes BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-compholio RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-compholio .elif ${ARCH} == "amd64" -BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel -RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel +BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-compholio +RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-compholio .endif pre-configure: |