1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Switch RUN_DEPENDS from a random binary to a package name

This commit is contained in:
Antoine Brodin 2015-01-24 23:27:07 +00:00
parent b3f3e3d08b
commit 651e164248
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377840

View File

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