Index: head/games/openarena/Makefile.include =================================================================== --- head/games/openarena/Makefile.include (revision 377839) +++ head/games/openarena/Makefile.include (revision 377840) @@ -1,21 +1,21 @@ PKGNAMEPREFIX?= openarena- OADIR?= ${PREFIX}/share/openarena DATADIR?= ${OADIR}/${OABASE} 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 # You only need server or client .if exists(${LOCALBASE}/bin/oa_ded) OABIN= oa_ded .elif exists(${LOCALBASE}/bin/openarena) OABIN= openarena .else OABIN= openarena-smp .endif