svn commit: r365344 - head/emulators/pipelight

Kris Moore kmoore at FreeBSD.org
Mon Aug 18 19:15:52 UTC 2014


Author: kmoore
Date: Mon Aug 18 19:15:51 2014
New Revision: 365344
URL: http://svnweb.freebsd.org/changeset/ports/365344
QAT: https://qat.redports.org/buildarchive/r365344/

Log:
  - Make pipelight depend on the new i386-wine-compholio on amd64
  - Bump PORTREV

Modified:
  head/emulators/pipelight/Makefile

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Mon Aug 18 19:13:18 2014	(r365343)
+++ head/emulators/pipelight/Makefile	Mon Aug 18 19:15:51 2014	(r365344)
@@ -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:


More information about the svn-ports-head mailing list