Date: Mon, 11 May 2015 17:54:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386094 - head/games/quake-dpmod Message-ID: <201505111754.t4BHseFT087387@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon May 11 17:54:39 2015 New Revision: 386094 URL: https://svnweb.freebsd.org/changeset/ports/386094 Log: Fix RUN_DEPENDS after darkplaces update Modified: head/games/quake-dpmod/Makefile Modified: head/games/quake-dpmod/Makefile ============================================================================== --- head/games/quake-dpmod/Makefile Mon May 11 17:31:05 2015 (r386093) +++ head/games/quake-dpmod/Makefile Mon May 11 17:54:39 2015 (r386094) @@ -12,7 +12,7 @@ DISTNAME= darkplacesmod${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Quake 1 modification (for DarkPlaces) -RUN_DEPENDS= ${LOCALBASE}/share/darkplaces/dummy:${PORTSDIR}/games/darkplaces +RUN_DEPENDS= darkplaces>=0:${PORTSDIR}/games/darkplaces USES= zip NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505111754.t4BHseFT087387>