svn commit: r386094 - head/games/quake-dpmod

Antoine Brodin antoine at FreeBSD.org
Mon May 11 17:54:40 UTC 2015


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 at 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


More information about the svn-ports-all mailing list