svn commit: r377840 - head/games/openarena

Antoine Brodin antoine at FreeBSD.org
Sat Jan 24 23:27:08 UTC 2015


Author: antoine
Date: Sat Jan 24 23:27:07 2015
New Revision: 377840
URL: https://svnweb.freebsd.org/changeset/ports/377840
QAT: https://qat.redports.org/buildarchive/r377840/

Log:
  Switch RUN_DEPENDS from a random binary to a package name

Modified:
  head/games/openarena/Makefile.include

Modified: head/games/openarena/Makefile.include
==============================================================================
--- head/games/openarena/Makefile.include	Sat Jan 24 23:22:39 2015	(r377839)
+++ head/games/openarena/Makefile.include	Sat Jan 24 23:27:07 2015	(r377840)
@@ -6,7 +6,7 @@ OABASE?=	baseoa
 PLIST_SUB+=	OADIR="share/openarena"
 
 .if ! ${OABASE:Mbaseoa}
-RUN_DEPENDS+=	${OABIN}:${PORTSDIR}/games/openarena
+RUN_DEPENDS+=	openarena>0:${PORTSDIR}/games/openarena
 .endif
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list